diff options
author | lioux <lioux@FreeBSD.org> | 2009-11-24 09:05:37 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-11-24 09:05:37 +0800 |
commit | 364e2b1d7518cc3ec532fa10e413cd022bd22d7d (patch) | |
tree | 7376cbdeb14a38481d22af913ea548ee14210a22 /net-p2p | |
parent | 4fb6788a0f813660d7cea314ff9f6a3b1d16acf3 (diff) | |
download | freebsd-ports-gnome-364e2b1d7518cc3ec532fa10e413cd022bd22d7d.tar.gz freebsd-ports-gnome-364e2b1d7518cc3ec532fa10e413cd022bd22d7d.tar.zst freebsd-ports-gnome-364e2b1d7518cc3ec532fa10e413cd022bd22d7d.zip |
o Revert previous commit since the specific LDFLAGS is not needed
o Bump PORTREVISION to insure that no one will have that LDFLAGS
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 3acd60b62a29..c31e5926cf2a 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES+= net-p2p MASTER_SITES= SF @@ -110,13 +111,6 @@ ALL_TARGET+= \ .include <bsd.port.pre.mk> -# Around the time GCC stack protection (aka Propolice) for userland -# was enabled on src/share/mk/bsd.sys.mk -# SVN rev 180012 on 2008-06-25 21:33:28Z by ru -.if ${OSVERSION} >= 800040 -LDFLAGS+= -fstack-protector -.endif - ### Development version ## Thus, we will use non standard threading library ## We will switch from libpthread to libthr which should produce |