diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-02 05:36:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-02 05:36:59 +0000 |
commit | fc7d32de6d5823670ffc6d827c4e96882e2aefe4 (patch) | |
tree | e37cd2da1004be87c82178146ed52b096d6760fb /net-im/licq | |
parent | ef450eacc5d22392057aa455343c90953ae6d790 (diff) | |
download | ports-fc7d32de6d5823670ffc6d827c4e96882e2aefe4.tar.gz ports-fc7d32de6d5823670ffc6d827c4e96882e2aefe4.zip |
Notes
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 9fc536e375c8..aea446e3df5d 100644 --- a/net-im/licq/Makefile +++ b/net-im/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} |