aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-02 21:07:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-02 21:07:38 +0000
commit3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462 (patch)
tree732359190811881f44d79f66c4fab7f2e4c435f5 /x11-fm
parent2f0486b64721a1072cdd1b8d2840d6539b2247d2 (diff)
downloadports-3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462.tar.gz
ports-3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/wcmcommander/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile
index 7a621d071f63..22904f1d9d88 100644
--- a/x11-fm/wcmcommander/Makefile
+++ b/x11-fm/wcmcommander/Makefile
@@ -38,10 +38,6 @@ SSH_CMAKE_OFF= -DWITH_LIBSSH2=OFF
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
-BROKEN= does not build on 8.x (lack of long long support)
-.endif
-
.if ${COMPILER_TYPE} == gcc
CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD
.endif