diff options
Diffstat (limited to 'lang/libjit/Makefile')
-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> |