Files
haikuports/sys-apps/gawk/patches/gawk-4.1.0.patchset
Jerome Duval 9d4da0d236 gawk: added 4.1.0 recipe.
* updated 3.1.8 recipe in case it's needed.
2014-02-25 20:45:09 +00:00

29 lines
668 B
Plaintext

From e5661558712bbd6f1e688fb564732bd3ca80ac63 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 25 Feb 2014 19:38:04 +0000
Subject: avoids unsupported CFLAGS
diff --git a/extension/configure.ac b/extension/configure.ac
index 53ed588..d9b41f5 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -47,10 +47,10 @@ dnl AC_PROG_INSTALL
AC_SUBST([pkgextensiondir], ['${libdir}/gawk'])
-if test "$GCC" = yes
-then
- CFLAGS="$CFLAGS -Wall -Wextra"
-fi
+#if test "$GCC" = yes
+#then
+# CFLAGS="$CFLAGS -Wall -Wextra"
+#fi
AC_MSG_CHECKING([for special development options])
if test -f $srcdir/../.developing
--
1.8.3.4