diff options
author | adam <adam@pkgsrc.org> | 2007-04-03 13:25:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-04-03 13:25:16 +0000 |
commit | 996e41fd97061e084aa41c1af8d4446c879a8d96 (patch) | |
tree | 11a453e3ef752bbd27b51c6949483235a6655d57 /net/openslp/patches | |
parent | b0f57f0b9141f57724e27ff9f990eac9f96357f7 (diff) | |
download | pkgsrc-996e41fd97061e084aa41c1af8d4446c879a8d96.tar.gz |
Do not force O3 optimisation
Diffstat (limited to 'net/openslp/patches')
-rw-r--r-- | net/openslp/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openslp/patches/patch-aa b/net/openslp/patches/patch-aa new file mode 100644 index 00000000000..3ee8e3d6360 --- /dev/null +++ b/net/openslp/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.6 2007/04/03 13:25:16 adam Exp $ + +--- configure.in.orig 2007-04-03 14:33:20.000000000 +0200 ++++ configure.in +@@ -130,7 +130,6 @@ if test X"$GCC" = X"yes"; then + CFLAGS="$CFLAGS -Werror" + fi + if test X"$debug" = X"no"; then +- OPTFLAGS="-O3" + fi + + elif $CC -V 2>&1 | grep "WorkShop Compilers"; then |