diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-04 11:01:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-04 11:01:45 +0800 |
commit | 2cf69180f474885f2a9c6bc864f37c319aae8e3c (patch) | |
tree | 9a5da48d71e3ff257872903a87bfcef4e1763b05 /net-im | |
parent | 00fe38de3fb7ed3f4c10bec23e12ed3f173ee745 (diff) | |
download | freebsd-ports-gnome-2cf69180f474885f2a9c6bc864f37c319aae8e3c.tar.gz freebsd-ports-gnome-2cf69180f474885f2a9c6bc864f37c319aae8e3c.tar.zst freebsd-ports-gnome-2cf69180f474885f2a9c6bc864f37c319aae8e3c.zip |
- don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk
- maintainer contaced: 2003-08-29
Approved by: marcus
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 72e2c4167582..a42f51315085 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lstdc++" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib -lstdc++ CONFIGURE_ARGS= --with-openssl --disable-konst #CONFIGURE_ARGS= --with-fribidi |