aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-14 22:01:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-09-14 22:01:13 +0000
commite5688543b0a7b773d34e63d05359814d3cc70857 (patch)
tree36f0e35aadb76ca2b55eb19335845f4f9ae5476d /x11-fm
parent002af553a418a4773bd1ae3e8bc6e7ea4cbd85b7 (diff)
downloadports-e5688543b0a7b773d34e63d05359814d3cc70857.tar.gz
ports-e5688543b0a7b773d34e63d05359814d3cc70857.zip
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528
Notes
Notes: svn path=/head/; revision=512079
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/wcmcommander/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile
index 00df35805bcd..9cc229bb8aa6 100644
--- a/x11-fm/wcmcommander/Makefile
+++ b/x11-fm/wcmcommander/Makefile
@@ -34,16 +34,10 @@ SMB_CMAKE_ON= -DSMBCLIENT_LIBRARY=${SAMBALIBS}/libsmbclient.so -DSMBCLIENT_INCL
SSH_LIB_DEPENDS= libssh2.so:security/libssh2
SSH_CMAKE_BOOL= WITH_LIBSSH2
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD
-.endif
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>