aboutsummaryrefslogtreecommitdiff
path: root/math/fung-calc/Makefile
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-08-13 23:38:44 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-08-13 23:38:44 +0000
commit820e0a1724a5f26200b3032569b814c86bd095a3 (patch)
treef3f3ec1fcabe8df9d2ebd0c1f3eccee3d35d074d /math/fung-calc/Makefile
parentc19459766bf9df74f0f1f588b1758dee71e4603d (diff)
downloadports-820e0a1724a5f26200b3032569b814c86bd095a3.tar.gz
ports-820e0a1724a5f26200b3032569b814c86bd095a3.zip
Notes
Diffstat (limited to 'math/fung-calc/Makefile')
-rw-r--r--math/fung-calc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile
index f15a24799f80..4f53e7f0f433 100644
--- a/math/fung-calc/Makefile
+++ b/math/fung-calc/Makefile
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
pre-configure:
- @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
+ @${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>