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/licq | |
parent | 7c5c64f24161a315d84f87db0d48b5e36544e73c (diff) |
Notes
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index aecde4ae98f7..25f4580a380e 100644 --- a/net/licq/Makefile +++ b/net/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) |