pkgsrc-WIP-changes archive

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

Uses C99. Fixes SunOS build.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Wed Apr 27 14:09:03 2016 +0100
Changeset:	f7aaac2dded359b179626e9fd6c8f131d2ab1cda

Modified Files:
	marco/Makefile

Log Message:
Uses C99.  Fixes SunOS build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f7aaac2dded359b179626e9fd6c8f131d2ab1cda

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

diffstat:
 marco/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/marco/Makefile b/marco/Makefile
index df2593d..107c26a 100644
--- a/marco/Makefile
+++ b/marco/Makefile
@@ -7,6 +7,8 @@ CATEGORIES=	wm
 
 COMMENT=	MATE Marco is a fork of GNOME Metacity
 
+USE_LANGUAGES+=	c99
+
 BUILD_DEPENDS+=		gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2
 TOOL_DEPENDS+=		itstool-[0-9]*:../../textproc/itstool
 TOOL_DEPENDS+=		libxml2-[0-9]*:../../textproc/libxml2 # for xmllint


Home | Main Index | Thread Index | Old Index