diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-20 03:29:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-20 03:29:13 +0800 |
commit | 6f1eb63455c5a860b125d018c2e71bf38fd75562 (patch) | |
tree | eb66ab357d5c40c23b8d01b5e1eafb66eb44dff4 | |
parent | f97ad1060a280f99574331efa3481a36bd1e14c5 (diff) | |
download | marcuscom-ports-6f1eb63455c5a860b125d018c2e71bf38fd75562.tar marcuscom-ports-6f1eb63455c5a860b125d018c2e71bf38fd75562.tar.gz marcuscom-ports-6f1eb63455c5a860b125d018c2e71bf38fd75562.tar.bz2 marcuscom-ports-6f1eb63455c5a860b125d018c2e71bf38fd75562.tar.lz marcuscom-ports-6f1eb63455c5a860b125d018c2e71bf38fd75562.tar.xz marcuscom-ports-6f1eb63455c5a860b125d018c2e71bf38fd75562.tar.zst marcuscom-ports-6f1eb63455c5a860b125d018c2e71bf38fd75562.zip |
Remove leftover from a experiment. Which allows me to build this on 9.1-stable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18628 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/webkit-gtk3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index 9136f9212..5b363fe38 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -112,7 +112,6 @@ CPPFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE CXXFLAGS+= -Wno-c++11-extensions -Qunused-arguments -stdlib=libc++ LDFLAGS+= -stdlib=libc++ .if ${OSVERSION}<1000019 -LDFLAGS+= -Wl,-Bstatic -licu BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 \ libc++>=0:${PORTSDIR}/devel/libc++ RUN_DEPENDS+= libc++>=0:${PORTSDIR}/devel/libc++ |