From 876c2fb2ac6c333f84351cee82418ce89de9ef0a Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 28 Oct 2018 10:01:49 +0000 Subject: [PATCH] Fix build on GCC-based architectures. PR: 231914 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- x11/wbar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 222234994770..24cc4f33a676 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -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