diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-15 06:24:02 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-15 06:24:02 +0000 |
commit | 15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9 (patch) | |
tree | dbd5faaebf9b3076d7d6e48daf730248fb28fc03 | |
parent | 1122269bb0c34636351bbaf30c41e922171d1bb8 (diff) | |
download | FreeBSD-ports-15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9.zip FreeBSD-ports-15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9.tar.gz |
workaround for installed autoconf/automake grief
PR: 42585,42654
-rw-r--r-- | net-im/licq/Makefile | 4 | ||||
-rw-r--r-- | net/licq/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index e518fe0..4328a3b 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -24,6 +24,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${DISTNAME} + +# workaround for installed autoconf/automake +CONFIGURE_ARGS+=--program-transform-name=s,y,y, + .if defined(WITH_SOCKS) CONFIGURE_ARGS+=--enable-socks5 .if defined(WITH_DANTE) diff --git a/net/licq/Makefile b/net/licq/Makefile index e518fe0..4328a3b 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -24,6 +24,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${DISTNAME} + +# workaround for installed autoconf/automake +CONFIGURE_ARGS+=--program-transform-name=s,y,y, + .if defined(WITH_SOCKS) CONFIGURE_ARGS+=--enable-socks5 .if defined(WITH_DANTE) |