diff options
author | adam <adam> | 2004-04-28 11:48:54 +0000 |
---|---|---|
committer | adam <adam> | 2004-04-28 11:48:54 +0000 |
commit | 105a082591f55d635fb42c8c4f2dd83d2d6c35d7 (patch) | |
tree | 93ef3d1e9824796a06c46c080f9ebf63faa71a74 /net/openslp | |
parent | f5b690e8977f12fabf5960237be2f05482567c83 (diff) | |
download | pkgsrc-105a082591f55d635fb42c8c4f2dd83d2d6c35d7.tar.gz |
Do not force -O3 optimisation any more
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/distinfo | 3 | ||||
-rw-r--r-- | net/openslp/patches/patch-ab | 13 |
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 |