Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 07:16:53 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        gnome@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r485727 - head/sysutils/upower]
Message-ID:  <20181124071653.GB12413@lonesome.com>

next in thread | raw e-mail | index | archive | help
FYI

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

Date: Sat, 24 Nov 2018 07:15:57 +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: r485727 - head/sysutils/upower

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


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



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