mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
3d65d9d860
PR: ports/83994 Submitted by: oliver Repocopy by: marcus
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
--- configure.orig Sun Jul 24 02:24:48 2005
|
|
+++ configure Fri Jul 29 18:09:18 2005
|
|
@@ -6050,6 +6050,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -6113,7 +6114,7 @@
|
|
EOF
|
|
|
|
else
|
|
- PHYSFSCFLAGS="-O2"
|
|
+ PHYSFSCFLAGS=""
|
|
cat >> confdefs.h <<\EOF
|
|
#define NDEBUG 1
|
|
EOF
|