[linimon at FreeBSD.org: svn commit: r472163 - head/sysutils/consolekit2]
Mark Linimon
linimon at lonesome.com
Mon Jun 11 02:15:24 UTC 2018
This should also have been part of the mass commit. I needed to
double-check.
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Mon, 11 Jun 2018 02:14:07 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r472163 - head/sysutils/consolekit2
Author: linimon
Date: Mon Jun 11 02:14:07 2018
New Revision: 472163
URL: https://svnweb.freebsd.org/changeset/ports/472163
Log:
Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64.
Submitted by: jhibbits
Differential Revision: D15685
Modified:
head/sysutils/consolekit2/Makefile
Modified: head/sysutils/consolekit2/Makefile
==============================================================================
--- head/sysutils/consolekit2/Makefile Mon Jun 11 02:08:58 2018 (r472162)
+++ head/sysutils/consolekit2/Makefile Mon Jun 11 02:14:07 2018 (r472163)
@@ -5,8 +5,8 @@ PORTNAME= consolekit
PORTVERSION= 1.2.0
CATEGORIES= sysutils gnome
MASTER_SITES= https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/
-DISTNAME= ConsoleKit2-${PORTVERSION}
PKGNAMESUFFIX= 2
+DISTNAME= ConsoleKit2-${PORTVERSION}
MAINTAINER= gnome at FreeBSD.org
COMMENT= Framework for defining and tracking users
@@ -19,6 +19,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
WRKSRC= ${WRKDIR}/ConsoleKit2-${PORTVERSION}
USES= gettext gmake libtool localbase pathfix pkgconfig tar:bzip2
+USE_CSTD= gnu99
USE_XORG= x11
USE_GNOME= glib20 libxslt introspection:build
GNU_CONFIGURE= yes
----- End forwarded message -----
More information about the freebsd-gnome
mailing list