diff options
author | xride <xride@FreeBSD.org> | 2006-12-10 20:10:40 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-12-10 20:10:40 +0800 |
commit | e12f76681d6381bb1cded44b54309bcaf8af0139 (patch) | |
tree | cb275247f3e4696a7ea202ee28fb81d3866f2e5c /net/libosip2 | |
parent | 3b7d1791f41630c88c393b03b685fe737a45aad4 (diff) | |
download | freebsd-ports-gnome-e12f76681d6381bb1cded44b54309bcaf8af0139.tar.gz freebsd-ports-gnome-e12f76681d6381bb1cded44b54309bcaf8af0139.tar.zst freebsd-ports-gnome-e12f76681d6381bb1cded44b54309bcaf8af0139.zip |
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)
Diffstat (limited to 'net/libosip2')
-rw-r--r-- | net/libosip2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |