1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Fix build on CURRENT.

This commit is contained in:
Emanuel Haupt 2016-05-27 18:32:06 +00:00
parent e1a0c39c75
commit 7287355057
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415955

View File

@ -0,0 +1,11 @@
--- configure.orig 2016-05-27 17:25:42 UTC
+++ configure
@@ -3918,7 +3918,7 @@ else
fi;
# Add -Wall to CFLAGS and clean it up
-CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'`
+#CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'`
ac_config_files="$ac_config_files Makefile src/Makefile"