From cc8190223cc215bfa8e8816cd79f511543c1888d Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 11 May 2002 21:35:36 +0000 Subject: Make sure the CFLAGS gathered from the configure scripts actually get passed to the compiler. Bump PKGREVISION to nb2. --- print/ggv/Makefile | 4 ++-- print/ggv/distinfo | 3 ++- print/ggv/patches/patch-ab | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 print/ggv/patches/patch-ab (limited to 'print/ggv') 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@ -- cgit v1.2.3