svn commit: r472163 - head/sysutils/consolekit2

Mark Linimon linimon at FreeBSD.org
Mon Jun 11 02:14:08 UTC 2018


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


More information about the svn-ports-all mailing list