diff options
author | krion <krion@FreeBSD.org> | 2005-01-19 12:37:13 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-19 12:37:13 +0000 |
commit | 88ef28ce6f19b12481fd8f303e76b184a5d99672 (patch) | |
tree | b4f13ef8cb8606a422f6c8131345dc912b8ea7f9 /www | |
parent | 0676490164c84c128350c029c970910a46738666 (diff) | |
download | FreeBSD-ports-88ef28ce6f19b12481fd8f303e76b184a5d99672.zip FreeBSD-ports-88ef28ce6f19b12481fd8f303e76b184a5d99672.tar.gz |
Fix build on amd64.
Diffstat (limited to 'www')
-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 2a53906..b105db6 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> |