pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gegl0.2 gegl0.2: Set C99 correctly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/af081ae829f2
branches: trunk
changeset: 374591:af081ae829f2
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jan 26 09:25:10 2018 +0000
description:
gegl0.2: Set C99 correctly.
diffstat:
graphics/gegl0.2/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 7f0c24678836 -r af081ae829f2 graphics/gegl0.2/Makefile
--- a/graphics/gegl0.2/Makefile Fri Jan 26 08:10:56 2018 +0000
+++ b/graphics/gegl0.2/Makefile Fri Jan 26 09:25:10 2018 +0000
@@ -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 @@
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.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