summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-04-03 13:25:16 +0000
committeradam <adam@pkgsrc.org>2007-04-03 13:25:16 +0000
commit996e41fd97061e084aa41c1af8d4446c879a8d96 (patch)
tree11a453e3ef752bbd27b51c6949483235a6655d57 /net/openslp
parentb0f57f0b9141f57724e27ff9f990eac9f96357f7 (diff)
downloadpkgsrc-996e41fd97061e084aa41c1af8d4446c879a8d96.tar.gz
Do not force O3 optimisation
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/distinfo3
-rw-r--r--net/openslp/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/openslp/distinfo b/net/openslp/distinfo
index 86b8df4bd09..5f66b264aeb 100644
--- a/net/openslp/distinfo
+++ b/net/openslp/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.13 2006/07/13 13:42:36 he Exp $
+$NetBSD: distinfo,v 1.14 2007/04/03 13:25:16 adam Exp $
SHA1 (openslp-1.2.1.tar.gz) = 47ab19154084d2b467f09525f5351e9ab7193cf9
RMD160 (openslp-1.2.1.tar.gz) = a31d516ba784ad893a740946082fe5e0f15a37ea
Size (openslp-1.2.1.tar.gz) = 886195 bytes
+SHA1 (patch-aa) = 5e3515b8a957bc1db1ca24685a61db9a13fc0a65
SHA1 (patch-ac) = 031177b9334b570e1021887ae2bdf56f4ba02c48
SHA1 (patch-ae) = 1332580b2d9cb3e2e5c5da219c1036b9701161e5
SHA1 (patch-ah) = f15c497b19f4bfc4efbd5cce0b50932733115824
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