aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-12-02 00:25:12 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-12-02 00:25:12 +0000
commitb8f5127bb1858411a5e552999d2d2dfce70060ec (patch)
tree1ba213f6b362d199d8295f38fc94ee2f2b30e9e3 /audio
parent1f9b7f211a359803426accc6443495e2e29d0b62 (diff)
Fix location of true(1) in configure.in. This problem is masked if
makedepend (a part of imake) is installed as configure looks for it first. If it cannot find it it just uses true(1) instead. Since upgrade of X.Org ports to 6.8.1, makedepend is no longer necessary there at build time. Tell it that true actually lives in /usr/bin as putting this in CONFIGURE_ENV doesn't work.
Notes
Notes: svn path=/head/; revision=122950
Diffstat (limited to 'audio')
-rw-r--r--audio/rosegarden/Makefile1
-rw-r--r--audio/rosegarden/files/patch-aa15
2 files changed, 13 insertions, 3 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 4dc481551157..63a75f15b8e8 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:${PORTSDIR}/audio/tclmidi
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_AUTOCONF_VER= 213
-CONFIGURE_ENV= MAKEDEPEND=${TRUE}
CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.2
post-patch:
diff --git a/audio/rosegarden/files/patch-aa b/audio/rosegarden/files/patch-aa
index d022811e8338..1a9b6ccb2cf1 100644
--- a/audio/rosegarden/files/patch-aa
+++ b/audio/rosegarden/files/patch-aa
@@ -1,5 +1,16 @@
---- configure.in.orig Tue Sep 21 20:25:38 1999
-+++ configure.in Thu Dec 14 02:14:00 2000
+--- configure.in.orig Tue Sep 21 11:25:38 1999
++++ configure.in Tue Nov 30 22:58:02 2004
+@@ -9,8 +9,8 @@
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
+-dnl Checks for makedepend, uses /bin/true if not found
+-AC_PATH_PROG(MAKEDEPEND, makedepend, /bin/true)
++dnl Checks for makedepend, uses /usr/bin/true if not found
++AC_PATH_PROG(MAKEDEPEND, makedepend, /usr/bin/true)
+
+ AC_CANONICAL_SYSTEM
+
@@ -67,11 +67,11 @@
Petal=Petal