Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 02:15:21 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        gnome@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r472163 - head/sysutils/consolekit2]
Message-ID:  <20180611021512.GE19847@lonesome.com>

next in thread | raw e-mail | index | archive | help
This should also have been part of the mass commit.  I needed to
double-check.

mcl

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

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

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


----- End forwarded message -----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180611021512.GE19847>