mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64. Submitted by: jhibbits Differential Revision: D15685
This commit is contained in:
parent
26abe5a4d3
commit
ea89e22b71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472163
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user