svn commit: r485727 - head/sysutils/upower

Mark Linimon linimon at FreeBSD.org
Sat Nov 24 07:15:58 UTC 2018


Author: linimon
Date: Sat Nov 24 07:15:57 2018
New Revision: 485727
URL: https://svnweb.freebsd.org/changeset/ports/485727

Log:
  Add compiler:c11 to USES to fix build with GCC-based architectures.
  
  PR:		232558
  Submitted by:	Piotr Kubaj
  Reviewed by:	Ting-Wei Lan
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/upower/Makefile

Modified: head/sysutils/upower/Makefile
==============================================================================
--- head/sysutils/upower/Makefile	Sat Nov 24 07:06:27 2018	(r485726)
+++ head/sysutils/upower/Makefile	Sat Nov 24 07:15:57 2018	(r485727)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpolkit-gobject-1.so:sysutils/polkit \
 		libdbus-glib-1.so:devel/dbus-glib
 
-USES=		gettext gmake libtool localbase pathfix pkgconfig tar:xz
+USES=		compiler:c11 gettext gmake gnome libtool localbase \
+		pathfix pkgconfig tar:xz
 USE_GNOME=	intlhack glib20 introspection:build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list