diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-31 11:05:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-31 11:05:43 +0800 |
commit | 45202f327a25ec334f656a720b6566d0ef4d4635 (patch) | |
tree | 6c2097765ea297ab549450843ece880f67622672 /net-im | |
parent | bfd1fe1c76f8b8ca597f0c9f5aaca0adcd6694f8 (diff) | |
download | freebsd-ports-gnome-45202f327a25ec334f656a720b6566d0ef4d4635.tar.gz freebsd-ports-gnome-45202f327a25ec334f656a720b6566d0ef4d4635.tar.zst freebsd-ports-gnome-45202f327a25ec334f656a720b6566d0ef4d4635.zip |
- 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) |