diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-03 13:48:04 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-03 13:48:04 +0000 |
commit | 81431dea7b009df26884845f5dc7bf86a35ab4d5 (patch) | |
tree | 886fb67fb6b5960a4d4566012d25ab0594cb60d0 /lang | |
parent | 83aa0936057b5732d47a2fed7d279fa45cd3c802 (diff) | |
download | FreeBSD-ports-81431dea7b009df26884845f5dc7bf86a35ab4d5.zip FreeBSD-ports-81431dea7b009df26884845f5dc7bf86a35ab4d5.tar.gz |
fix build
Noted by: pointyhat via kris
Diffstat (limited to 'lang')
-rw-r--r-- | lang/libjit/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile index cdb93ef..ca90c36 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -37,10 +37,4 @@ post-patch: ${WRKSRC}/config.h.in .endif -post-configure: -.if ${OSVERSION} >= 502123 && ${ARCH} != "amd64" - @${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \ - ${WRKSRC}/libtool -.endif - .include <bsd.port.post.mk> |