diff options
author | rh <rh> | 2002-05-11 21:35:36 +0000 |
---|---|---|
committer | rh <rh> | 2002-05-11 21:35:36 +0000 |
commit | 8256afc94fbca5d818743c8ff6118a3d96c929d5 (patch) | |
tree | a982d3cdf1638f84be76e0b63a2e844f57357496 /print | |
parent | f67a8d655bee98d8c6e09106e7f5daa85624861d (diff) | |
download | pkgsrc-8256afc94fbca5d818743c8ff6118a3d96c929d5.tar.gz |
Make sure the CFLAGS gathered from the configure scripts actually get
passed to the compiler.
Bump PKGREVISION to nb2.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 4 | ||||
-rw-r--r-- | print/ggv/distinfo | 3 | ||||
-rw-r--r-- | print/ggv/patches/patch-ab | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 1c7271329cb..24e7ecfbb24 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2002/04/08 12:42:35 mycroft Exp $ +# $NetBSD: Makefile,v 1.26 2002/05/11 21:35:36 rh Exp $ # DISTNAME= ggv-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ggv/} diff --git a/print/ggv/distinfo b/print/ggv/distinfo index 9f5c9ec0217..58fe35e3fe9 100644 --- a/print/ggv/distinfo +++ b/print/ggv/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2002/04/08 12:41:50 mycroft Exp $ +$NetBSD: distinfo,v 1.6 2002/05/11 21:35:37 rh Exp $ SHA1 (ggv-1.0.2.tar.gz) = 5c26425e7591e2ad24a31c17104f8f5018afe877 Size (ggv-1.0.2.tar.gz) = 610873 bytes SHA1 (patch-aa) = 23c8583e03650119609d8a420e71fb3a34a3cb34 +SHA1 (patch-ab) = aa98a7dab0c47b00c240e0db3042fd9e686d5317 diff --git a/print/ggv/patches/patch-ab b/print/ggv/patches/patch-ab new file mode 100644 index 00000000000..29715755a79 --- /dev/null +++ b/print/ggv/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2002/05/11 21:35:38 rh Exp $ + +--- src/Makefile.in.orig Sun May 12 07:21:19 2002 ++++ src/Makefile.in +@@ -63,7 +63,7 @@ + CATALOGS = @CATALOGS@ + CATOBJEXT = @CATOBJEXT@ + CC = @CC@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ @EXTRA_GNOME_CFLAGS@ + CPPFLAGS = @CPPFLAGS@ + DATADIRNAME = @DATADIRNAME@ + DLLTOOL = @DLLTOOL@ |