aboutsummaryrefslogtreecommitdiff
path: root/net/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-02 05:36:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-02 05:36:59 +0000
commitfc7d32de6d5823670ffc6d827c4e96882e2aefe4 (patch)
treee37cd2da1004be87c82178146ed52b096d6760fb /net/licq
parentef450eacc5d22392057aa455343c90953ae6d790 (diff)
downloadports-fc7d32de6d5823670ffc6d827c4e96882e2aefe4.tar.gz
ports-fc7d32de6d5823670ffc6d827c4e96882e2aefe4.zip
Notes
Diffstat (limited to 'net/licq')
-rw-r--r--net/licq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile
index 9fc536e375c8..aea446e3df5d 100644
--- a/net/licq/Makefile
+++ b/net/licq/Makefile
@@ -25,12 +25,13 @@ LICQ_PORT?= ${.CURDIR}
# workaround for installed autoconf/automake
CONFIGURE_ARGS+=--program-transform-name=s,y,y,
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
+LDFLAGS+= ${PTHREAD_LIBS}
.if defined(WITH_SOCKS)
CONFIGURE_ARGS+=--enable-socks5
CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif
.if !defined(WITHOUT_OPENSSL)
@@ -46,7 +47,6 @@ pre-configure:
${REINPLACE_CMD} -e 's=getopt.h==' \
-e 's=FLAGS -pthread=FLAGS ${PTHREAD_CFLAGS}=' \
${WRKSRC}/configure
- ${CHMOD} +x ${WRKSRC}/configure
post-install:
@${CAT} ${PKGMESSAGE}