diff options
author | db <db@FreeBSD.org> | 2012-09-24 04:47:31 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2012-09-24 04:47:31 +0800 |
commit | e0a3f7f74d77d67f2dac2db310da4fe8a8406e5d (patch) | |
tree | 256eb47945fbbe4bb01d4870e5757568035dc72f /comms | |
parent | af10a7e7f91b4725924100e062680e17c05b0f7d (diff) | |
download | freebsd-ports-gnome-e0a3f7f74d77d67f2dac2db310da4fe8a8406e5d.tar.gz freebsd-ports-gnome-e0a3f7f74d77d67f2dac2db310da4fe8a8406e5d.tar.zst freebsd-ports-gnome-e0a3f7f74d77d67f2dac2db310da4fe8a8406e5d.zip |
- Unbreak FreeBSD 7.x build of trustedqsl by forcing tqsllib to use
port version of OPENSSL
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tqsllib/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/comms/tqsllib/Makefile b/comms/tqsllib/Makefile index 7c159cc7ef44..7823692b374a 100644 --- a/comms/tqsllib/Makefile +++ b/comms/tqsllib/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: tqsllib -# Date created: 10th August 2012 -# Whom: Diane Bruce <db@db.net> # # $FreeBSD$ # PORTNAME= tqsllib PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/trustedqsl/tqsllib/V2.2/ @@ -17,15 +15,14 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= YES USE_LDCONFIG= YES -USE_OPENSSL= YES -CONFIGURE_ARGS+= "CXXFLAGS=${CXXFLAGS} -fpermissive" --enable-docs=no \ - --with-openssl=${OPENSSLBASE} + +CONFIGURE_ARGS+= "CXXFLAGS=${CXXFLAGS} -fpermissive" --enable-docs=no .include <bsd.port.pre.mk> -post-configure: - @${REINPLACE_CMD} -e 's|-lcrypto|${OPENSSLLIB}/libcrypto.so|' \ - ${WRKSRC}/Makefile +WITH_OPENSSL_HACK7= yes +.include "${PORTSDIR}/Mk/bsd.openssl.mk" +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} pre-install: (cd ${WRKSRC}; \ |