aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-08-26 02:39:12 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-08-26 02:39:12 +0000
commit7d1e13aedef7c732b940669d06d3792f03600845 (patch)
tree38e202e4ca4f2967bbab5515e5bb6c790e411062 /x11-wm
parentabffa12f0ed61e27c1aee8f9f3b454acb9cf4c94 (diff)
downloadports-7d1e13aedef7c732b940669d06d3792f03600845.tar.gz
ports-7d1e13aedef7c732b940669d06d3792f03600845.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/pekwm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile
index 476c38325524..d5527ff69477 100644
--- a/x11-wm/pekwm/Makefile
+++ b/x11-wm/pekwm/Makefile
@@ -16,13 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpng.so:graphics/png
-USES= gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2
+USES= compiler gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2
USE_XORG= xft xpm x11 sm ice xext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \
--enable-xft --enable-image-xpm --enable-image-jpeg \
--enable-image-png --disable-debug \
--disable-pedantic
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing
LDFLAGS+= ${ICONV_LIB}
.include <bsd.port.mk>