diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 09:28:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 09:28:25 +0800 |
commit | d3b353105f809f8a9d572f6e1899cfc752dc8c50 (patch) | |
tree | 0cdb2c6cd686d462631a7a91197613e8b0956f05 /www/harvest | |
parent | b0953d0083d42735db5c0913694b4ba8d6c718d4 (diff) | |
download | freebsd-ports-gnome-d3b353105f809f8a9d572f6e1899cfc752dc8c50.tar.gz freebsd-ports-gnome-d3b353105f809f8a9d572f6e1899cfc752dc8c50.tar.zst freebsd-ports-gnome-d3b353105f809f8a9d572f6e1899cfc752dc8c50.zip |
Back out previous commit (I forgot that libpthread is a link to libc_r
on sparc64)
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index 7e3a78e90fbf..52f81e60f4f8 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -26,10 +26,6 @@ STRIP= # none .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502102 -FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" -.endif - PREFIX:= ${PREFIX}/${PORTNAME} post-patch: |