From acfdbc2118b6d3e50a2558b7cd33d472da0b4479 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 28 Apr 2004 11:48:54 +0000 Subject: Do not force -O3 optimisation any more --- net/openslp/distinfo | 3 ++- net/openslp/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net/openslp/patches/patch-ab (limited to 'net') 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 -- cgit v1.2.3