summaryrefslogtreecommitdiff
path: root/graphics/gegl/Makefile
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2015-09-16 12:52:53 +0000
committerrichard <richard@pkgsrc.org>2015-09-16 12:52:53 +0000
commitae13aebe3b8396cbac6890a2663a6a292640e107 (patch)
treecbaaa7a4b707ffd00cbced400ad8df5bfe7139ee /graphics/gegl/Makefile
parent841a23be9e8462d5b9cda03c3685379525dd4ee2 (diff)
downloadpkgsrc-ae13aebe3b8396cbac6890a2663a6a292640e107.tar.gz
gegl needs gnu extensions so SunOS may no longer use -std=c99
Diffstat (limited to 'graphics/gegl/Makefile')
-rw-r--r--graphics/gegl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 55f5e6749c8..6bdd17a233d 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2015/08/25 13:25:54 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2015/09/16 12:52:53 richard Exp $
DISTNAME= gegl-0.3.0
CATEGORIES= graphics
@@ -30,8 +30,6 @@ PLIST_VARS+= v4l
PLIST.v4l= yes
.endif
-CFLAGS.SunOS+= -std=c99
-
.include "options.mk"
BUILDLINK_API_DEPENDS.babl+= babl>=0.1.12