diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-15 19:43:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-15 19:43:03 +0000 |
commit | dc9186386cede38e498399b064b0daee5ed1781f (patch) | |
tree | d63473ee646a9e1aed4ce743b783082c797aba90 /net | |
parent | - Update to 4.57 (noop bump) (diff) |
Fix PTHREAD_LIBS handling in avahi-qt4.
PR: 118639
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-app/files/patch-avahi-qt4.pc.in | 10 | ||||
-rw-r--r-- | net/avahi-qt4/Makefile | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net/avahi-app/files/patch-avahi-qt4.pc.in b/net/avahi-app/files/patch-avahi-qt4.pc.in new file mode 100644 index 000000000000..7bffe2d9596b --- /dev/null +++ b/net/avahi-app/files/patch-avahi-qt4.pc.in @@ -0,0 +1,10 @@ +--- avahi-qt4.pc.in.orig 2006-01-23 07:15:20.000000000 +1000 ++++ avahi-qt4.pc.in 2007-10-28 12:10:17.000000000 +1000 +@@ -7,5 +7,5 @@ + Description: Avahi Multicast DNS Responder (QT4 Support) + Version: @PACKAGE_VERSION@ + Requires.private: QtCore >= 4.0.0 +-Libs: -L${libdir} -lavahi-qt4 +-Cflags: -D_REENTRANT -I${includedir} ++Libs: -L${libdir} -lavahi-qt4 @PTHREAD_LIBS@ ++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-qt4/Makefile b/net/avahi-qt4/Makefile index 5b212fe74b21..1ea3c4072bac 100644 --- a/net/avahi-qt4/Makefile +++ b/net/avahi-qt4/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= -qt4 |