aboutsummaryrefslogtreecommitdiff
path: root/net/licq/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-02-17 11:04:19 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-02-17 11:04:19 +0000
commitbde865c33228e039ebe70c455ee1e6a2ef468dd7 (patch)
tree5dfdeb815ae7fc56eb68b42aae7a38ca3a5ab1df /net/licq/Makefile
parent4b0c0c8ed5205564dfbcb2491cedd94a34177839 (diff)
downloadports-bde865c33228e039ebe70c455ee1e6a2ef468dd7.tar.gz
ports-bde865c33228e039ebe70c455ee1e6a2ef468dd7.zip
Notes
Diffstat (limited to 'net/licq/Makefile')
-rw-r--r--net/licq/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile
index 2eaf32525253..1def0e68e878 100644
--- a/net/licq/Makefile
+++ b/net/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>