pkgsrc-ng/textproc/CRF++/patches/patch-configure
2013-09-26 17:14:40 +02:00

18 lines
329 B
Plaintext

$NetBSD: patch-configure,v 1.1 2013/05/22 13:07:47 obache Exp $
* prevent to overwritten CFLAGS and CXXFLAGS
--- configure.orig 2013-02-08 14:35:50.000000000 +0000
+++ configure
@@ -15908,10 +15908,6 @@ $as_echo "no" >&6; }
fi
fi
-if test -n "$GCC"; then
- CFLAGS="-O3 -Wall";
- CXXFLAGS="-O3 -Wall";
-fi