summaryrefslogtreecommitdiff
path: root/graphics/gegl
diff options
context:
space:
mode:
authorrichard <richard>2015-09-16 12:52:53 +0000
committerrichard <richard>2015-09-16 12:52:53 +0000
commitf0813f92c0033437d71344aa54f4a85fc3dcabc7 (patch)
treecbaaa7a4b707ffd00cbced400ad8df5bfe7139ee /graphics/gegl
parente9f9498a3349aab7bc0389e093314904fa54d923 (diff)
downloadpkgsrc-f0813f92c0033437d71344aa54f4a85fc3dcabc7.tar.gz
gegl needs gnu extensions so SunOS may no longer use -std=c99
Diffstat (limited to 'graphics/gegl')
-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