summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-28 11:48:54 +0000
committeradam <adam@pkgsrc.org>2004-04-28 11:48:54 +0000
commit4b9c82ecaa87aff4d6408c7c0524da54067794b9 (patch)
tree93ef3d1e9824796a06c46c080f9ebf63faa71a74 /net/openslp
parent9a6b55783485281d3cdb2f61e06a051177456c2e (diff)
downloadpkgsrc-4b9c82ecaa87aff4d6408c7c0524da54067794b9.tar.gz
Do not force -O3 optimisation any more
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/distinfo3
-rw-r--r--net/openslp/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/openslp/distinfo b/net/openslp/distinfo
index 75e3c9f25d6..63ee96707ed 100644
--- a/net/openslp/distinfo
+++ b/net/openslp/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2003/05/27 22:52:34 jlam Exp $
+$NetBSD: distinfo,v 1.8 2004/04/28 11:48:54 adam Exp $
SHA1 (openslp-1.0.11.tar.gz) = 222afa54b565b19f0de942f7b686d883c3a9fa2c
Size (openslp-1.0.11.tar.gz) = 608138 bytes
SHA1 (patch-aa) = fc8420f9bc0834e7c80cee1a1b3eb551ab6cc9a1
+SHA1 (patch-ab) = 9d9bd52b40ab2ffa6b619bbdf93453f2c9b3aebd
diff --git a/net/openslp/patches/patch-ab b/net/openslp/patches/patch-ab
new file mode 100644
index 00000000000..4749a186a8c
--- /dev/null
+++ b/net/openslp/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/04/28 11:49:12 adam Exp $
+
+--- configure.orig 2004-04-28 13:40:34.000000000 +0000
++++ configure
+@@ -1810,7 +1810,7 @@ if test X"$GCC" = X"yes"; then
+ CFLAGS="$CFLAGS -Werror"
+ fi
+ if test X"$debug" = X"no"; then
+- OPTFLAGS="-O3"
++ OPTFLAGS=""
+ fi
+
+ elif $CC -V 2>&1 | grep "WorkShop Compilers"; then