aboutsummaryrefslogtreecommitdiff
path: root/science/hdf5
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-10-13 11:26:25 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-10-13 11:26:25 +0000
commit2caa893f83f7f51a71d297aebc7adaf09547cb5f (patch)
tree13144d67c139de730c794b884ead5103217bf827 /science/hdf5
parentc771643341249069a8ffe4b71b3f19233e3ed1fc (diff)
downloadports-2caa893f83f7f51a71d297aebc7adaf09547cb5f.tar.gz
ports-2caa893f83f7f51a71d297aebc7adaf09547cb5f.zip
Fix configure by remove -lcipher.
Configure/build tested on: -stable, -current Notice from: kris via dosirak.kr
Notes
Notes: svn path=/head/; revision=91026
Diffstat (limited to 'science/hdf5')
-rw-r--r--science/hdf5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index 8522d22cd6d7..86a7fb1f095d 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -30,7 +30,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|[\$$]CFLAGS -pthread|\$$CFLAGS|g ; \
s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
- s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
+ s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g ; \
+ s|-lcipher||g' \
${WRKSRC}/config/freebsd
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/config/gnu-flags