diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/wcmcommander/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile index 7a621d0..22904f1 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 |