Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 10:01:49 +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: r483258 - head/x11/wbar
Message-ID:  <201810281001.w9SA1nZm052275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 10:01:49 2018
New Revision: 483258
URL: https://svnweb.freebsd.org/changeset/ports/483258

Log:
  Fix build on GCC-based architectures.
  
  PR:		231914
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/wbar/Makefile

Modified: head/x11/wbar/Makefile
==============================================================================
--- head/x11/wbar/Makefile	Sun Oct 28 09:58:42 2018	(r483257)
+++ head/x11/wbar/Makefile	Sun Oct 28 10:01:49 2018	(r483258)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
 
-USES=		pkgconfig gettext gmake tar:tgz
+USES=		compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz
 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib



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