From 7592645ec22946461fbffd16e95341c997a55e3d Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 27 Aug 2005 20:27:32 +0000 Subject: Honor CFLAGS. This makes the package build on Darwin. --- net/bounce/distinfo | 3 ++- net/bounce/patches/patch-ab | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 net/bounce/patches/patch-ab (limited to 'net/bounce') 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 -- cgit v1.2.3