mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f0d0f3d8e0
Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
--- configure.orig 2010-07-22 17:51:17 UTC
|
|
+++ configure
|
|
@@ -3075,7 +3075,7 @@ fi
|
|
|
|
|
|
# Checks for programs.
|
|
-CXXFLAGS="$CXXFLAGS -O3 -Wall -pedantic -Wno-long-long"
|
|
+CXXFLAGS="$CXXFLAGS -Wall -pedantic -Wno-long-long"
|
|
ac_ext=cpp
|
|
ac_cpp='$CXXCPP $CPPFLAGS'
|
|
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|