aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-app
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-09-22 12:40:24 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-09-22 16:15:11 +0000
commitc4977e7fdcd6396bfb7e90273363aa80363504ea (patch)
treee60a0e20c97d4e315150f8b07fdfb042c55c5a98 /net/avahi-app
parent7557ee0aeb6f00eb882e466e752644c2c9d2724d (diff)
downloadports-c4977e7fdcd6396bfb7e90273363aa80363504ea.tar.gz
ports-c4977e7fdcd6396bfb7e90273363aa80363504ea.zip
net/avahi-app: Remove legacy patches for Qt3 and Qt4.
Diffstat (limited to 'net/avahi-app')
-rw-r--r--net/avahi-app/files/patch-avahi-qt3.pc.in10
-rw-r--r--net/avahi-app/files/patch-avahi-qt4.pc.in10
2 files changed, 0 insertions, 20 deletions
diff --git a/net/avahi-app/files/patch-avahi-qt3.pc.in b/net/avahi-app/files/patch-avahi-qt3.pc.in
deleted file mode 100644
index a02c54112c64..000000000000
--- a/net/avahi-app/files/patch-avahi-qt3.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- avahi-qt3.pc.in.orig 2011-12-30 21:26:44 UTC
-+++ avahi-qt3.pc.in
-@@ -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-app/files/patch-avahi-qt4.pc.in b/net/avahi-app/files/patch-avahi-qt4.pc.in
deleted file mode 100644
index 617fdbb14639..000000000000
--- a/net/avahi-app/files/patch-avahi-qt4.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- avahi-qt4.pc.in.orig 2011-12-30 21:26:44 UTC
-+++ avahi-qt4.pc.in
-@@ -7,5 +7,5 @@ Name: avahi-qt4
- 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}