diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-11-24 01:05:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-11-24 01:05:37 +0000 |
commit | 16906dc1de3ca79c4ea2c078f57bc31310f65abd (patch) | |
tree | ea9729be93983b102f2515f1710cdd840041b1fd /net-p2p | |
parent | acda06068557c1f2484bc86b031ade7f8da6bd52 (diff) |
Notes
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 |