diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-03 05:07:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-03 05:07:38 +0800 |
commit | b462861253938e44966b2be139f68338f3b7ee40 (patch) | |
tree | 732359190811881f44d79f66c4fab7f2e4c435f5 /x11-fm | |
parent | 8e06482685b64ce8d458dbb06943d4e18ee837cd (diff) | |
download | freebsd-ports-gnome-b462861253938e44966b2be139f68338f3b7ee40.tar.gz freebsd-ports-gnome-b462861253938e44966b2be139f68338f3b7ee40.tar.zst freebsd-ports-gnome-b462861253938e44966b2be139f68338f3b7ee40.zip |
- Drop 8.x-related conditions for my ports
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 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 |