aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-03 13:48:04 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-03 13:48:04 +0000
commitcd5d17552722025b60c65169f1cd881fd2d047bb (patch)
tree246338e4e4eb8f659e152f19188c67ccbcedbdff /lang
parentbe797c2492fd6d9a45de00df2e9cb437216171c9 (diff)
downloadports-cd5d17552722025b60c65169f1cd881fd2d047bb.tar.gz
ports-cd5d17552722025b60c65169f1cd881fd2d047bb.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/libjit/Makefile6
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>