diff options
author | hans <hans@pkgsrc.org> | 2012-02-14 14:48:07 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-14 14:48:07 +0000 |
commit | bcb8e210cc582b717c9e8240e779d84150264f89 (patch) | |
tree | 4db4a1850ebf9010f71e8b3da444379763f2e2db /graphics/gegl | |
parent | 3c2a5b1c803adc3f5ab7f41760f9ed6ded95fcd0 (diff) | |
download | pkgsrc-bcb8e210cc582b717c9e8240e779d84150264f89.tar.gz |
Fix pkg/44576 as suggested by Joern Clausen.
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 2442a8ee569..1b13e944fdf 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/02/06 12:40:23 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2012/02/14 14:48:07 hans Exp $ DISTNAME= gegl-0.1.8 PKGREVISION= 1 @@ -33,8 +33,7 @@ PLIST_VARS+= v4l PLIST.v4l= yes .endif -CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 -CXXFLAGS.SunOS+= --std=c99 +CFLAGS.SunOS+= -std=c99 .include "options.mk" |