svn commit: r489115 - head/net/gupnp-ui

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 2 23:58:52 UTC 2019


Author: sunpoet
Date: Wed Jan  2 23:58:48 2019
New Revision: 489115
URL: https://svnweb.freebsd.org/changeset/ports/489115

Log:
  Fix build on powerpc64
  
  PR:		234378
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/net/gupnp-ui/Makefile

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Wed Jan  2 23:58:43 2019	(r489114)
+++ head/net/gupnp-ui/Makefile	Wed Jan  2 23:58:48 2019	(r489115)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgupnp-1.2.so:net/gupnp \
 		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	gupnp>=0.3:net/gupnp
 
-USES=		gnome libtool pathfix pkgconfig python
+USES=		compiler:c++11-lang gnome libtool pathfix pkgconfig python
 USE_GNOME=	gtk20
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list