diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-04 03:01:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-04 03:01:45 +0000 |
commit | ef1a0819e359a3020a3dec929700313150e6778a (patch) | |
tree | 2fb33b4f69219510b015e6493f5aa7118e26472c /net-im/centericq | |
parent | 83b17de5883376a1935a40e70940008105a68b5c (diff) | |
download | ports-ef1a0819e359a3020a3dec929700313150e6778a.tar.gz ports-ef1a0819e359a3020a3dec929700313150e6778a.zip |
- don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk
- maintainer contaced: 2003-08-29
Approved by: marcus
Notes
Notes:
svn path=/head/; revision=88475
Diffstat (limited to 'net-im/centericq')
-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 |