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 | 85aec3480fec7f03519c25c6be5a89427d36171a (patch) | |
tree | 4db4a1850ebf9010f71e8b3da444379763f2e2db /graphics | |
parent | c152d8dcaddba0f882ebf9b49fd1fc801607ec69 (diff) | |
download | pkgsrc-85aec3480fec7f03519c25c6be5a89427d36171a.tar.gz |
Fix pkg/44576 as suggested by Joern Clausen.
Diffstat (limited to 'graphics')
-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" |