opnsense-ports/textproc/yamcha/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
500 B
Text

--- ./configure.orig 2014-08-06 17:30:04.739555036 +0200
+++ ./configure 2014-08-06 17:30:38.008555705 +0200
@@ -20228,7 +20228,7 @@
echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6
if test $ac_cv_lib_stdcpp_main = yes; then
- STDCPP_LIBS="-lstdc++"
+ STDCPP_LIBS=""
fi
ac_ext=cc
@@ -20257,10 +20257,6 @@
fi
fi
-if test -n "$GCC"; then
- CFLAGS="-O3 -Wno-deprecated -Wall"
- CXXFLAGS="-O3 -Wno-deprecated -Wall"
-fi