aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-08-25 13:54:30 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-08-25 13:54:30 +0000
commit1bf52713023f0b38af3f8e519a026cf182fa7831 (patch)
tree4f15d1eea54f556e516cb8081c5df1ae0832677f /x11-toolkits
parentdf53ca146d2afececc89cf55c3b9d78edb627d92 (diff)
downloadports-1bf52713023f0b38af3f8e519a026cf182fa7831.tar.gz
ports-1bf52713023f0b38af3f8e519a026cf182fa7831.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/v/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile
index 864b932c5e03..ab71b1d55e4b 100644
--- a/x11-toolkits/v/Makefile
+++ b/x11-toolkits/v/Makefile
@@ -12,9 +12,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ GUI development framework for X11 and Microsoft Windows
-USES= dos2unix gmake
+USES= compiler dos2unix gmake
USE_XORG= x11 xt xmu xaw
MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC}
+# Build ignores CXXFLAGS
+CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}}
+CFLAGS_clang= -Wno-c++11-narrowing
WRKSRC= ${WRKDIR}/home/vgui