diff options
author | damon <damon> | 2001-10-31 16:30:52 +0000 |
---|---|---|
committer | damon <damon> | 2001-10-31 16:30:52 +0000 |
commit | 2a6a0050ae7e8195d50bfb6b7c049f5fd337851b (patch) | |
tree | 9187174bb90bc28cdb2cf1496992e8503fc7cb4d /net | |
parent | 4a637be873a98074345db20510a32b9ba15939e1 (diff) | |
download | pkgsrc-2a6a0050ae7e8195d50bfb6b7c049f5fd337851b.tar.gz |
Change the INCLUDE to LOCALBASE and fix the CFLAGS. Update distinfo for patch-aa
Diffstat (limited to 'net')
-rw-r--r-- | net/gkrellm-ping/distinfo | 4 | ||||
-rw-r--r-- | net/gkrellm-ping/patches/patch-aa | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/gkrellm-ping/distinfo b/net/gkrellm-ping/distinfo index 81457a902f1..54690b0b489 100644 --- a/net/gkrellm-ping/distinfo +++ b/net/gkrellm-ping/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/10/31 00:24:37 damon Exp $ +$NetBSD: distinfo,v 1.2 2001/10/31 16:30:52 damon Exp $ SHA1 (gkrellmPing-0.2-3.tar.gz) = 9e2e6167bce18d66e7ddfa57d60af4ebf2ad39b8 Size (gkrellmPing-0.2-3.tar.gz) = 11901 bytes -SHA1 (patch-aa) = fae58410f1b04a4995cd8e8cf5716ae45937fd86 +SHA1 (patch-aa) = 439b74a13ce89d513b7088f46e3f7c08e73c3c79 SHA1 (patch-ab) = 8afc1538f0555b6aaac657a7c6da15e939d9a5ce diff --git a/net/gkrellm-ping/patches/patch-aa b/net/gkrellm-ping/patches/patch-aa index 16a1ff1b335..e1c64cf0338 100644 --- a/net/gkrellm-ping/patches/patch-aa +++ b/net/gkrellm-ping/patches/patch-aa @@ -1,15 +1,16 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/10/31 00:24:38 damon Exp $ +$NetBSD: patch-aa,v 1.2 2001/10/31 16:30:52 damon Exp $ --- Makefile.orig Sat May 19 17:40:38 2001 +++ Makefile -@@ -1,5 +1,5 @@ +@@ -1,13 +1,13 @@ # Modify INCLUDE to point to gkrellm.h (if it's not in /usr/local/include) -INCLUDE = -+INCLUDE =${PREFIX}/include ++INCLUDE =${LOCALBASE}/include CC = gcc - CFLAGS = -Wall -O2 -fPIC -I$(INCLUDE) \ -@@ -7,7 +7,7 @@ +-CFLAGS = -Wall -O2 -fPIC -I$(INCLUDE) \ ++CFLAGS += -fPIC -I$(INCLUDE) \ + `gtk-config --cflags` `imlib-config --cflags-gdk` LDFLAGS = TARGET = gkrellmPing |