1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

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.
This commit is contained in:
Dejan Lesjak 2004-12-02 00:25:12 +00:00
parent 1f9b7f211a
commit b8f5127bb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122950
2 changed files with 13 additions and 3 deletions

View File

@ -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:

View File

@ -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