diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 13:42:44 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 13:42:44 +0000 |
commit | b1c5f262f7f930c5d6a08ea7606d8bfa98f176c7 (patch) | |
tree | 68c296835b40ed3400dbfad8636310af42999e92 /x11-wm | |
parent | 5421a859509f8571b9ae89b61474fc4cb54a5d82 (diff) | |
download | ports-b1c5f262f7f930c5d6a08ea7606d8bfa98f176c7.tar.gz ports-b1c5f262f7f930c5d6a08ea7606d8bfa98f176c7.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/obpager/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/obpager/Makefile b/x11-wm/obpager/Makefile index eccbc5bcd7eb..5d113ebd6d2f 100644 --- a/x11-wm/obpager/Makefile +++ b/x11-wm/obpager/Makefile @@ -13,9 +13,12 @@ LICENSE= GPLv2 BUILD_DEPENDS= gsed:textproc/gsed -USES= gmake +USES= compiler gmake USE_XORG= x11 xext +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing +MAKE_ARGS= CDEFS="${CXXFLAGS}" PLIST_FILES= bin/${PORTNAME} post-patch: |