aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-04-15 21:59:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-04-15 21:59:30 +0000
commit022a23321673bcc72642e2d3c5b65929924d0511 (patch)
tree155ac4e32d5e07bf9ad81e0b7f6fa811b43db9e0 /net/avahi
parent11164b0273106a820738bfeb44859f4a1fad69f3 (diff)
downloadports-022a23321673bcc72642e2d3c5b65929924d0511.tar.gz
ports-022a23321673bcc72642e2d3c5b65929924d0511.zip
Notes
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/files/patch-avahi-qt3.pc.in10
-rw-r--r--net/avahi/files/patch-avahi-qt_Makefile.in36
2 files changed, 46 insertions, 0 deletions
diff --git a/net/avahi/files/patch-avahi-qt3.pc.in b/net/avahi/files/patch-avahi-qt3.pc.in
new file mode 100644
index 000000000000..8174f25846d8
--- /dev/null
+++ b/net/avahi/files/patch-avahi-qt3.pc.in
@@ -0,0 +1,10 @@
+--- avahi-qt3.pc.in.orig Thu Apr 12 00:18:53 2007
++++ avahi-qt3.pc.in Thu Apr 12 00:19:20 2007
+@@ -7,5 +7,5 @@ Name: avahi-qt3
+ Description: Avahi Multicast DNS Responder (QT3 Support)
+ Version: @PACKAGE_VERSION@
+ Requires.private: qt-mt >= 3.0.0
+-Libs: -L${libdir} -lavahi-qt3
+-Cflags: -D_REENTRANT -I${includedir}
++Libs: -L${libdir} -lavahi-qt3 @PTHREAD_LIBS@
++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}
diff --git a/net/avahi/files/patch-avahi-qt_Makefile.in b/net/avahi/files/patch-avahi-qt_Makefile.in
new file mode 100644
index 000000000000..5788e2399dd5
--- /dev/null
+++ b/net/avahi/files/patch-avahi-qt_Makefile.in
@@ -0,0 +1,36 @@
+--- avahi-qt/Makefile.in.orig Thu Apr 12 00:16:01 2007
++++ avahi-qt/Makefile.in Thu Apr 12 00:17:25 2007
+@@ -90,7 +90,6 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+ am__DEPENDENCIES_1 =
+ @HAVE_QT3_TRUE@libavahi_qt3_la_DEPENDENCIES = \
+-@HAVE_QT3_TRUE@ ../avahi-common/libavahi-common.la \
+ @HAVE_QT3_TRUE@ $(am__DEPENDENCIES_1)
+ am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
+ @HAVE_QT3_TRUE@am_libavahi_qt3_la_OBJECTS = \
+@@ -98,7 +97,6 @@ am__libavahi_qt3_la_SOURCES_DIST = qt-wa
+ libavahi_qt3_la_OBJECTS = $(am_libavahi_qt3_la_OBJECTS)
+ @HAVE_QT3_TRUE@am_libavahi_qt3_la_rpath = -rpath $(libdir)
+ @HAVE_QT4_TRUE@libavahi_qt4_la_DEPENDENCIES = \
+-@HAVE_QT4_TRUE@ ../avahi-common/libavahi-common.la \
+ @HAVE_QT4_TRUE@ $(am__DEPENDENCIES_1)
+ am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
+ @HAVE_QT4_TRUE@am_libavahi_qt4_la_OBJECTS = \
+@@ -418,7 +416,7 @@ BUILT_SOURCES = $(am__append_2) $(am__ap
+ @HAVE_QT3_TRUE@ qt-watch.cpp
+
+ @HAVE_QT3_TRUE@libavahi_qt3_la_CPPFLAGS = $(AM_CFLAGS) $(QT3_CFLAGS)
+-@HAVE_QT3_TRUE@libavahi_qt3_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(QT3_LIBS)
++@HAVE_QT3_TRUE@libavahi_qt3_la_LIBADD = $(AM_LDADD) -lavahi-common $(QT3_LIBS)
+ @HAVE_QT3_TRUE@libavahi_qt3_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_QT3_VERSION_INFO)
+ @HAVE_QT4_TRUE@avahiqt4includedir = $(includedir)/avahi-qt4
+ @HAVE_QT4_TRUE@avahiqt4include_HEADERS = \
+@@ -428,7 +426,7 @@ BUILT_SOURCES = $(am__append_2) $(am__ap
+ @HAVE_QT4_TRUE@ qt-watch.cpp
+
+ @HAVE_QT4_TRUE@libavahi_qt4_la_CPPFLAGS = $(AM_CFLAGS) $(QT4_CFLAGS) -DQT4
+-@HAVE_QT4_TRUE@libavahi_qt4_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(QT4_LIBS)
++@HAVE_QT4_TRUE@libavahi_qt4_la_LIBADD = $(AM_LDADD) -lavahi-common $(QT4_LIBS)
+ @HAVE_QT4_TRUE@libavahi_qt4_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_QT4_VERSION_INFO)
+ CLEANFILES = $(BUILT_SOURCES)
+ all: $(BUILT_SOURCES)