summaryrefslogtreecommitdiff
path: root/net/bounce
diff options
context:
space:
mode:
authorminskim <minskim>2005-08-27 20:27:32 +0000
committerminskim <minskim>2005-08-27 20:27:32 +0000
commit7592645ec22946461fbffd16e95341c997a55e3d (patch)
treec2e5feed3a44672414c4daf3fe0d6859e3e6ecd0 /net/bounce
parent2818c6a166f2aedf8da788e8b75e15ee0cafb4f3 (diff)
downloadpkgsrc-7592645ec22946461fbffd16e95341c997a55e3d.tar.gz
Honor CFLAGS. This makes the package build on Darwin.
Diffstat (limited to 'net/bounce')
-rw-r--r--net/bounce/distinfo3
-rw-r--r--net/bounce/patches/patch-ab9
2 files changed, 11 insertions, 1 deletions
diff --git a/net/bounce/distinfo b/net/bounce/distinfo
index 2cdd1b93c6b..b48c692ab96 100644
--- a/net/bounce/distinfo
+++ b/net/bounce/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:43 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/08/27 20:27:32 minskim Exp $
SHA1 (bounce-0.0.tar.gz) = 3b0a7306ba80b29f70131e914f344ce67b4691e4
RMD160 (bounce-0.0.tar.gz) = 6d3151fdafa5751cf7c1be16d149af8fce1d148c
Size (bounce-0.0.tar.gz) = 3439 bytes
SHA1 (patch-aa) = 06596eea5fc0975df4be0305e0ad92698d1dc246
+SHA1 (patch-ab) = 880ee39f5b4d57775bd2beaf9644d047328e6db7
diff --git a/net/bounce/patches/patch-ab b/net/bounce/patches/patch-ab
new file mode 100644
index 00000000000..25fca93768d
--- /dev/null
+++ b/net/bounce/patches/patch-ab
@@ -0,0 +1,9 @@
+$NetBSD: patch-ab,v 1.1 2005/08/27 20:27:32 minskim Exp $
+
+--- Makefile.in.orig 2000-02-18 13:56:52.000000000 -0800
++++ Makefile.in
+@@ -1,4 +1,3 @@
+-CFLAGS = -Wall -Werror -ansi
+ PREFIX = /usr/local
+ bounce: bounce.o
+ gcc -o bounce bounce.o