forked from Lainports/freebsd-ports
27 lines
643 B
Text
27 lines
643 B
Text
--- configure.orig Wed Jan 24 23:59:05 2001
|
|
+++ configure Thu Jan 25 23:36:40 2001
|
|
@@ -546,7 +546,6 @@
|
|
ac_n= ac_c='\c' ac_t=
|
|
fi
|
|
|
|
-
|
|
ac_aux_dir=
|
|
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
|
if test -f $ac_dir/install-sh; then
|
|
@@ -1545,7 +1544,7 @@
|
|
if test "`uname -s`" = "FreeBSD" ; then
|
|
echo "FreeBSD detected."
|
|
FREEBSD=1
|
|
- LDFLAGS="-L/usr/local/lib $LDFLAGS"
|
|
+ LDFLAGS="-L/usr/local/lib -lgnugetopt $LDFLAGS"
|
|
CPPFLAGS="-I/usr/local/include $CPPFLAGS"
|
|
fi
|
|
|
|
@@ -3310,7 +3309,6 @@
|
|
|
|
|
|
|
|
-CXXFLAGS="$CXXFLAGS -g -Wall -Wstrict-prototypes -W -fno-strength-reduce "
|
|
SRCDIRS="mpegsound nmixer src doc"
|
|
|
|
trap '' 1 2 15
|