diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-11 18:08:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-11 18:08:38 +0800 |
commit | f6763c3cd1541b5d51cd003610210be9e3f57b92 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /www/chromium/Makefile | |
parent | ffc02588e890cf8d01b2305cfb96dbb0eaf038a8 (diff) | |
download | freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.gz freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.zst freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.zip |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r-- | www/chromium/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 5e89055f87d2..491c69fb5874 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -187,12 +187,6 @@ GN_ARGS+= is_clang=true EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ -GN_ARGS+= extra_cxxflags="-stdlib=libc++ -isystem ${LOCALBASE}/include/c++/v1" \ - extra_ldflags="-L${LOCALBASE}/lib" -.endif - .if ${OSVERSION} < 1100000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 .endif |