diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-03 21:48:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-03 21:48:04 +0800 |
commit | 81431dea7b009df26884845f5dc7bf86a35ab4d5 (patch) | |
tree | 886fb67fb6b5960a4d4566012d25ab0594cb60d0 /lang | |
parent | 83aa0936057b5732d47a2fed7d279fa45cd3c802 (diff) | |
download | freebsd-ports-gnome-81431dea7b009df26884845f5dc7bf86a35ab4d5.tar.gz freebsd-ports-gnome-81431dea7b009df26884845f5dc7bf86a35ab4d5.tar.zst freebsd-ports-gnome-81431dea7b009df26884845f5dc7bf86a35ab4d5.zip |
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 cdb93ef3d586..ca90c36b721d 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> |