mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
67 lines
3.2 KiB
Plaintext
67 lines
3.2 KiB
Plaintext
--- ./configure.orig 2012-09-06 23:48:38.000000000 +0400
|
|
+++ ./configure 2013-01-05 00:13:47.000000000 +0400
|
|
@@ -12,6 +12,12 @@
|
|
## M4sh Initialization. ##
|
|
## -------------------- ##
|
|
|
|
+CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
|
+LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
|
+CONFIG_SHELL=/usr/local/bin/bash
|
|
+
|
|
+ac_make=gmake
|
|
+
|
|
# Be more Bourne compatible
|
|
DUALCASE=1; export DUALCASE # for MKS sh
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
|
|
@@ -1333,7 +1339,7 @@
|
|
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
|
[PREFIX]
|
|
|
|
-By default, \`make install' will install all the files in
|
|
+By default, \`${ac_make} install' will install all the files in
|
|
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
|
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
|
|
for instance \`--prefix=\$HOME'.
|
|
@@ -2381,7 +2387,7 @@
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
|
|
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
|
|
- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
|
|
+ as_fn_error $? "run \`${ac_make} distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
|
|
fi
|
|
## -------------------- ##
|
|
## Main body of script. ##
|
|
@@ -8663,8 +8669,8 @@
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
|
|
$as_echo "$hard_links" >&6; }
|
|
if test "$hard_links" = no; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
|
|
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`${ac_make} -j' may be unsafe" >&5
|
|
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`${ac_make} -j' may be unsafe" >&2;}
|
|
need_locks=warn
|
|
fi
|
|
else
|
|
@@ -13795,8 +13801,8 @@
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
|
|
$as_echo "$hard_links" >&6; }
|
|
if test "$hard_links" = no; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
|
|
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`${ac_make} -j' may be unsafe" >&5
|
|
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`${ac_make} -j' may be unsafe" >&2;}
|
|
need_locks=warn
|
|
fi
|
|
else
|
|
@@ -15399,8 +15405,8 @@
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnu make >= 3.81" >&5
|
|
$as_echo_n "checking for gnu make >= 3.81... " >&6; }
|
|
make_okay=0
|
|
-if make --version >/dev/null 2>&1; then
|
|
- v=`make --version | grep 'GNU Make' | sed -e 's/.*Make //'`
|
|
+if ${ac_make} --version >/dev/null 2>&1; then
|
|
+ v=`${ac_make} --version | grep 'GNU Make' | sed -e 's/.*Make //'`
|
|
maj=`echo $v | cut -d. -f 1`
|
|
min=`echo $v | cut -d. -f 2`
|
|
if test $maj -gt 3 -o '(' $maj -eq 3 -a $min -ge 81 ')'; then
|