diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-19 12:37:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-19 12:37:13 +0000 |
commit | a344084d12de90bd81b5190363afb023aebfcaa9 (patch) | |
tree | 9c71e41cf19d3e4239796bc13e9a1674bae28aa1 /www/osb-nrcore | |
parent | 07cc0ae4435fae55fbd4644fa28b99cc6992176e (diff) | |
download | ports-a344084d12de90bd81b5190363afb023aebfcaa9.tar.gz ports-a344084d12de90bd81b5190363afb023aebfcaa9.zip |
Notes
Diffstat (limited to 'www/osb-nrcore')
-rw-r--r-- | www/osb-nrcore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/osb-nrcore/Makefile b/www/osb-nrcore/Makefile index 2a5390671024..b105db6245fd 100644 --- a/www/osb-nrcore/Makefile +++ b/www/osb-nrcore/Makefile @@ -31,7 +31,7 @@ BROKEN= Does not compile on ${ARCH} .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread||; s|-nostdinc++||; \ - s|-fPIC||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread||; s|-nostdinc++||' \ + ${WRKSRC}/configure .include <bsd.port.post.mk> |