]> git.pld-linux.org Git - packages/avahi.git/blobdiff - avahi-qt3.patch
- missing patches
[packages/avahi.git] / avahi-qt3.patch
diff --git a/avahi-qt3.patch b/avahi-qt3.patch
new file mode 100644 (file)
index 0000000..847cc28
--- /dev/null
@@ -0,0 +1,11 @@
+Makefile defines QT5 for qt5, QT4 for qt4 and nothing for qt3.
+--- avahi-0.8/avahi-qt/qt-watch.cpp.orig       2018-09-14 07:31:28.490023071 +0200
++++ avahi-0.8/avahi-qt/qt-watch.cpp    2020-02-27 19:04:41.371151893 +0100
+@@ -195,6 +195,6 @@
+ #include "qt-watch.moc5"
+ #elif defined(QT4)
+ #include "qt-watch.moc4"
+-#elif defined(QT3)
++#else
+ #include "qt-watch.moc3"
+ #endif
This page took 0.118579 seconds and 4 git commands to generate.