From 61ae43a1b79b5d8d37133145f735182033f0ec90 Mon Sep 17 00:00:00 2001 From: Soeren Straarup Date: Sun, 10 Dec 2006 12:10:40 +0000 Subject: [PATCH] Use USE_LDCONFIG Prepare for net/libosip to be updated to version libosip2-3 This is done not to break ports. Approved by: tmclaugh (mentor) --- net/libosip2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index be70f39866b3..ffc5740a87da 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -16,10 +16,12 @@ MASTER_SITE_SUBDIR= osip MAINTAINER= xride@FreeBSD.org COMMENT= A low layer of SIP implementation +CONFLICTS= libosip-3* + USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --disable-trace -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure