pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bounce Honor CFLAGS. This makes the package build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70bd89be7a0b
branches:  trunk
changeset: 498628:70bd89be7a0b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Aug 27 20:27:32 2005 +0000

description:
Honor CFLAGS.  This makes the package build on Darwin.

diffstat:

 net/bounce/distinfo         |  3 ++-
 net/bounce/patches/patch-ab |  9 +++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 40dc1261d7ca -r 70bd89be7a0b net/bounce/distinfo
--- a/net/bounce/distinfo       Sat Aug 27 19:13:39 2005 +0000
+++ b/net/bounce/distinfo       Sat Aug 27 20:27:32 2005 +0000
@@ -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 -r 40dc1261d7ca -r 70bd89be7a0b net/bounce/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bounce/patches/patch-ab       Sat Aug 27 20:27:32 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index