diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-17 11:04:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-17 11:04:19 +0000 |
commit | bde865c33228e039ebe70c455ee1e6a2ef468dd7 (patch) | |
tree | 5dfdeb815ae7fc56eb68b42aae7a38ca3a5ab1df /net-im/licq | |
parent | 4b0c0c8ed5205564dfbcb2491cedd94a34177839 (diff) | |
download | ports-bde865c33228e039ebe70c455ee1e6a2ef468dd7.tar.gz ports-bde865c33228e039ebe70c455ee1e6a2ef468dd7.zip |
Notes
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 2eaf32525253..1def0e68e878 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -7,7 +7,7 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net .if defined(WITH_SOCKS) PKGNAMESUFFIX= -socks @@ -46,17 +46,15 @@ pre-configure: ${WRKSRC}/src/licq.conf.h @${ECHO_MSG} Ignoring existing libgnugetopt ${REINPLACE_CMD} -e 's=getopt.h==' \ + -e 's=FLAGS -D_THREAD_SAFE=FLAGS ${PTHREAD_CFLAGS}=' \ -e 's=FLAGS -pthread=FLAGS ${PTHREAD_CFLAGS}=' \ + -e "s=-lc_r=${PTHREAD_LIBS}=" \ + -e 's=-lc *$$LIBS=$$LIBS=' \ ${WRKSRC}/configure post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" -.endif - .include "${LICQ_PORT}/Makefile.inc" .include <bsd.port.post.mk> |