summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-01-28 19:21:21 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-01-28 19:21:21 +0000
commit69e2867dd64a439e2470fef172346295d4a0f3f5 (patch)
tree8d1e2fb561ffdab8b842c18dfcdc2aad2c41540a /media-radio/unixcw/files
parentapp-shells/prll: Version bump for prll. (diff)
downloadsunrise-69e2867dd64a439e2470fef172346295d4a0f3f5.tar.gz
sunrise-69e2867dd64a439e2470fef172346295d4a0f3f5.tar.bz2
sunrise-69e2867dd64a439e2470fef172346295d4a0f3f5.zip
media-radio/unixcw: fix a small problem if qt3 is still installed
svn path=/sunrise/; revision=9923
Diffstat (limited to 'media-radio/unixcw/files')
-rw-r--r--media-radio/unixcw/files/unixcw-2.3-config.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-radio/unixcw/files/unixcw-2.3-config.patch b/media-radio/unixcw/files/unixcw-2.3-config.patch
index 23f6a1464..81dce4f08 100644
--- a/media-radio/unixcw/files/unixcw-2.3-config.patch
+++ b/media-radio/unixcw/files/unixcw-2.3-config.patch
@@ -80,7 +80,7 @@
+ AC_MSG_ERROR([Qt4 libs not found])
+ ])
+ dnl Look for moc, either on $PATH or in $QTDIR/bin
-+ AC_PATH_PROG(QTMOC, moc, , $QTDIR/bin:$PATH)
++ AC_PATH_PROG(QTMOC, moc, , $PATH:$QTDIR/bin)
+ if test -n "$QTMOC" ; then
+ dnl if libs and moc found
+ SUBDIRS="$SUBDIRS xcwcp"