From 2caa893f83f7f51a71d297aebc7adaf09547cb5f Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 13 Oct 2003 11:26:25 +0000 Subject: Fix configure by remove -lcipher. Configure/build tested on: -stable, -current Notice from: kris via dosirak.kr --- science/hdf5-18/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'science/hdf5-18') diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 8522d22cd6d7..86a7fb1f095d 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/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 -- cgit v1.2.3