Date: Mon, 11 Jun 2018 02:14:07 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472163 - head/sysutils/consolekit2 Message-ID: <201806110214.w5B2E7eo015682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806110214.w5B2E7eo015682>