diff options
author | jmmv <jmmv> | 2003-07-17 20:51:14 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-17 20:51:14 +0000 |
commit | c95e25d22731556f20457640950c8620de4adc66 (patch) | |
tree | 40d30f1c5e063fb72ca6611aa192fd06a15c5081 /print | |
parent | a898fb7c86e8d9916f812060b51d013df6edb0fa (diff) | |
download | pkgsrc-c95e25d22731556f20457640950c8620de4adc66.tar.gz |
Fix build when using gcc3.
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 8c2c6144594..be8f76e8411 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/06/12 15:37:13 jschauma Exp $ +# $NetBSD: Makefile,v 1.39 2003/07/17 20:51:14 jmmv Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -15,6 +15,8 @@ USE_BUILDLINK2= # defined USE_IMAKE= # defined XAW_TYPE?= 3d +IMAKEOPTS+= -DCONVERT_INCLUDE_DIRECTIVES + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" |