aboutsummaryrefslogtreecommitdiff
path: root/sysutils/consolekit2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-11 02:14:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-11 02:14:07 +0000
commitea89e22b714801d85997081adecfb75b5b017b96 (patch)
tree6a42a067ff4bf389a4a8947449c24761997448c7 /sysutils/consolekit2
parent26abe5a4d31d231e98ce44d2668643fdb88a5551 (diff)
downloadports-ea89e22b714801d85997081adecfb75b5b017b96.tar.gz
ports-ea89e22b714801d85997081adecfb75b5b017b96.zip
Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64. Submitted by: jhibbits Differential Revision: D15685
Notes
Notes: svn path=/head/; revision=472163
Diffstat (limited to 'sysutils/consolekit2')
-rw-r--r--sysutils/consolekit2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/consolekit2/Makefile b/sysutils/consolekit2/Makefile
index a528f8552d65..9ae15b4f7b2b 100644
--- a/sysutils/consolekit2/Makefile
+++ b/sysutils/consolekit2/Makefile
@@ -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@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