Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2019 23:58:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489115 - head/net/gupnp-ui
Message-ID:  <201901022358.x02Nwm9h018418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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