diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 18:01:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 18:01:49 +0800 |
commit | 2c8f8e1bedac7e1bd96c3c6edea916ba6173f98c (patch) | |
tree | 2c15ffbc547301d3b3cee56cc8091d6f995014e3 /x11 | |
parent | ed7b03242690339047a44bcaf915f68cce51da3f (diff) | |
download | freebsd-ports-gnome-2c8f8e1bedac7e1bd96c3c6edea916ba6173f98c.tar.gz freebsd-ports-gnome-2c8f8e1bedac7e1bd96c3c6edea916ba6173f98c.tar.zst freebsd-ports-gnome-2c8f8e1bedac7e1bd96c3c6edea916ba6173f98c.zip |
Fix build on GCC-based architectures.
PR: 231914
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wbar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |