summaryrefslogtreecommitdiff
path: root/graphics/gegl0.2
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-26 09:25:10 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-26 09:25:10 +0000
commitab1859d64da0f634e52258c0c67a810783d3b59a (patch)
tree47067d71499c37693a7493c21ea14cbed8651b21 /graphics/gegl0.2
parentbe53bac281f090e65ecbc3ef7d29725745b55c2d (diff)
downloadpkgsrc-ab1859d64da0f634e52258c0c67a810783d3b59a.tar.gz
gegl0.2: Set C99 correctly.
Diffstat (limited to 'graphics/gegl0.2')
-rw-r--r--graphics/gegl0.2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gegl0.2/Makefile b/graphics/gegl0.2/Makefile
index 2e0f73bad75..5cdda286b61 100644
--- a/graphics/gegl0.2/Makefile
+++ b/graphics/gegl0.2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/02/12 06:24:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/26 09:25:10 jperkin Exp $
DISTNAME= gegl-0.2.0
PKGREVISION= 22
@@ -11,7 +11,7 @@ HOMEPAGE= http://gegl.org/
COMMENT= Graph based image processing framework (0.2 version)
LICENSE= gnu-gpl-v3
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt
GNU_CONFIGURE= yes
@@ -31,8 +31,6 @@ PLIST_VARS+= v4l
PLIST.v4l= yes
.endif
-CFLAGS.SunOS+= -std=c99
-
.include "options.mk"
BUILDLINK_API_DEPENDS.babl+= babl>=0.1.4