pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openslp Do not force -O3 optimisation any more



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef47f7ec2db6
branches:  trunk
changeset: 474393:ef47f7ec2db6
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 28 11:48:54 2004 +0000

description:
Do not force -O3 optimisation any more

diffstat:

 net/openslp/distinfo         |   3 ++-
 net/openslp/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r ecbbb54ba685 -r ef47f7ec2db6 net/openslp/distinfo
--- a/net/openslp/distinfo      Wed Apr 28 11:27:54 2004 +0000
+++ b/net/openslp/distinfo      Wed Apr 28 11:48:54 2004 +0000
@@ -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 -r ecbbb54ba685 -r ef47f7ec2db6 net/openslp/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openslp/patches/patch-ab      Wed Apr 28 11:48:54 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index