diff options
author | adam <adam@pkgsrc.org> | 2007-04-12 17:03:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-04-12 17:03:46 +0000 |
commit | 47d882d5e31ab66a4f3923cade1df9022055f7c6 (patch) | |
tree | a41d3ccf44d42a41b4ac7824454321d73d2c949c /net/openslp | |
parent | 887ff2d6ce76fce5a5bf68f7e85c0cc3ebee2c7b (diff) | |
download | pkgsrc-47d882d5e31ab66a4f3923cade1df9022055f7c6.tar.gz |
Fix configure on linux (patch-aa)
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/distinfo | 4 | ||||
-rw-r--r-- | net/openslp/patches/patch-aa | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/openslp/distinfo b/net/openslp/distinfo index 5f66b264aeb..ccd401bbbb4 100644 --- a/net/openslp/distinfo +++ b/net/openslp/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2007/04/03 13:25:16 adam Exp $ +$NetBSD: distinfo,v 1.15 2007/04/12 17:03:46 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-aa) = 670b3fa3c95453e5a5efca04bc83a0da06d03d2b 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 index 3ee8e3d6360..45653327f4e 100644 --- a/net/openslp/patches/patch-aa +++ b/net/openslp/patches/patch-aa @@ -1,12 +1,13 @@ -$NetBSD: patch-aa,v 1.6 2007/04/03 13:25:16 adam Exp $ +$NetBSD: patch-aa,v 1.7 2007/04/12 17:03:46 adam Exp $ ---- configure.in.orig 2007-04-03 14:33:20.000000000 +0200 +--- configure.in.orig 2005-02-15 21:06:02.000000000 +0100 +++ configure.in -@@ -130,7 +130,6 @@ if test X"$GCC" = X"yes"; then +@@ -130,7 +130,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 |