diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 03:05:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 03:05:43 +0000 |
commit | e1fc3734a0cdee9c4d308c6506969eead9846c47 (patch) | |
tree | 773a6c7bb37b99cd69fa94efa09f288cb13b307b /net-im | |
parent | [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod (diff) |
- don't clobber any given LDFLAGS
conflitcs with bsd.openssl.mk
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index aecde4ae98f7..25f4580a380e 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -28,7 +28,8 @@ CONFIGURE_ARGS+=--program-transform-name=s,y,y, .if defined(WITH_SOCKS) CONFIGURE_ARGS+=--enable-socks5 CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include -CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .endif .if !defined(WITHOUT_OPENSSL) |