Files
macports-ports/sysutils/man/files/configure-PREPATH.patch
Ryan Schmidt 2e94e2f403 man: Fix implicit declaration of exit in configure
Fix implicit declaration of library function exit in configure script
which led to build failure with Xcode 12.

Modify configure script to write a minimal config.log so that future
configure test failures are easier to notice and diagnose.

Closes: https://trac.macports.org/ticket/61558

Use MacPorts CFLAGS, CPPFLAGS, and LDFLAGS when running configure tests.

Also use MacPorts CPPFLAGS when building.

Rename some patchfiles.
2020-12-20 06:24:27 -06:00

12 lines
382 B
Diff

--- configure.orig 2006-05-01 19:56:14.000000000 +0200
+++ configure 2007-04-05 17:08:27.000000000 +0200
@@ -362,7 +362,7 @@
# for i in /bin:/usr/bin:$PATH
# does not work everywhere.)
# Some people might prefer having $PATH first in PREPATH
-PREPATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:$PATH
+PREPATH=${prefix}/bin:/bin:/usr/bin
IFS0="$IFS"
IFS=":$IFS"
for i in $PREPATH