summaryrefslogtreecommitdiffstats
path: root/audio/rosegarden
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2004-12-02 00:25:12 +0000
committerlesi <lesi@FreeBSD.org>2004-12-02 00:25:12 +0000
commit2df7e147846c9c685a8ddb6618f0b5d43759e8cc (patch)
treeb7dff1583576965542bc4ad9263f38f240d25a9c /audio/rosegarden
parent4d883de9e88934cdf7778ce2b0e88f10bda46411 (diff)
downloadFreeBSD-ports-2df7e147846c9c685a8ddb6618f0b5d43759e8cc.zip
FreeBSD-ports-2df7e147846c9c685a8ddb6618f0b5d43759e8cc.tar.gz
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.
Diffstat (limited to 'audio/rosegarden')
-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 4dc4815..63a75f1 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 d022811..1a9b6cc 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
OpenPOWER on IntegriCloud