pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gegl0.2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 09:25:10 UTC 2018

Modified Files:
        pkgsrc/graphics/gegl0.2: Makefile

Log Message:
gegl0.2: Set C99 correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/gegl0.2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gegl0.2/Makefile
diff -u pkgsrc/graphics/gegl0.2/Makefile:1.4 pkgsrc/graphics/gegl0.2/Makefile:1.5
--- pkgsrc/graphics/gegl0.2/Makefile:1.4        Sun Feb 12 06:24:44 2017
+++ pkgsrc/graphics/gegl0.2/Makefile    Fri Jan 26 09:25:10 2018
@@ -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



Home | Main Index | Thread Index | Old Index