[Midnightbsd-cvs] mports [23409] trunk/devel/dbus-qt5: add patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 6 19:29:59 EDT 2018
Revision: 23409
http://svnweb.midnightbsd.org/mports/?rev=23409
Author: laffer1
Date: 2018-05-06 19:29:58 -0400 (Sun, 06 May 2018)
Log Message:
-----------
add patch
Modified Paths:
--------------
trunk/devel/dbus-qt5/Makefile
Added Paths:
-----------
trunk/devel/dbus-qt5/files/
trunk/devel/dbus-qt5/files/patch-mkspecs:features:qt_functions.prf
Modified: trunk/devel/dbus-qt5/Makefile
===================================================================
--- trunk/devel/dbus-qt5/Makefile 2018-05-06 23:16:06 UTC (rev 23408)
+++ trunk/devel/dbus-qt5/Makefile 2018-05-06 23:29:58 UTC (rev 23409)
@@ -11,7 +11,7 @@
LICENSE= gpl3
-LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus
+LIB_DEPENDS= libdbus-1.so:devel/dbus
USE_QT5= core qmake_build buildtools_build
QT_DIST= base
Added: trunk/devel/dbus-qt5/files/patch-mkspecs:features:qt_functions.prf
===================================================================
--- trunk/devel/dbus-qt5/files/patch-mkspecs:features:qt_functions.prf (rev 0)
+++ trunk/devel/dbus-qt5/files/patch-mkspecs:features:qt_functions.prf 2018-05-06 23:29:58 UTC (rev 23409)
@@ -0,0 +1,11 @@
+--- mkspecs/features/qt_functions.prf.orig 2018-05-06 12:07:22.000000000 -0400
++++ mkspecs/features/qt_functions.prf 2018-05-06 12:07:45.000000000 -0400
+@@ -182,7 +182,7 @@
+ equals(QMAKE_HOST.os, Windows) {
+ deppath.CONFIG = always_prepend
+ deppath.name = PATH
+- } else:contains(QMAKE_HOST.os, Linux|FreeBSD|OpenBSD|NetBSD|DragonFly|SunOS|HP-UX|QNX|GNU) {
++ } else:contains(QMAKE_HOST.os, Linux|FreeBSD|OpenBSD|NetBSD|DragonFly|MidnightBSD|SunOS|HP-UX|QNX|GNU) {
+ deppath.name = LD_LIBRARY_PATH
+ } else:contains(QMAKE_HOST.os, Haiku) {
+ deppath.name = LIBRARY_PATH
Property changes on: trunk/devel/dbus-qt5/files/patch-mkspecs:features:qt_functions.prf
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list