diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-06-06 01:35:04 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-06-06 01:35:04 +0000 |
commit | 35ac76329d37b064e7ab9093d8fe6e56eaab7d56 (patch) | |
tree | c131e0bbd6f28ee7117941d6c50293046c907f48 /math/fung-calc | |
parent | 1812ad0a8e8a3c77a8ed76d7b7c8c7bb9d96044c (diff) |
Notes
Diffstat (limited to 'math/fung-calc')
-rw-r--r-- | math/fung-calc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index 5baf14c64e4e..80b87cd6848a 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -24,8 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" pre-configure: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |