pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qscintilla/patches
Module Name: pkgsrc
Committed By: brook
Date: Sun Mar 8 20:55:17 UTC 2020
Added Files:
pkgsrc/x11/qt5-qscintilla/patches: patch-qscintilla.pro
Log Message:
Add full path to installed library names on Darwin.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/qt5-qscintilla/patches/patch-qscintilla.pro
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/x11/qt5-qscintilla/patches/patch-qscintilla.pro
diff -u /dev/null pkgsrc/x11/qt5-qscintilla/patches/patch-qscintilla.pro:1.1
--- /dev/null Sun Mar 8 20:55:17 2020
+++ pkgsrc/x11/qt5-qscintilla/patches/patch-qscintilla.pro Sun Mar 8 20:55:17 2020
@@ -0,0 +1,17 @@
+$NetBSD: patch-qscintilla.pro,v 1.1 2020/03/08 20:55:17 brook Exp $
+
+Add full path to installed library names on Darwin.
+
+--- qscintilla.pro.orig 2019-06-25 12:49:27.000000000 +0000
++++ qscintilla.pro
+@@ -95,6 +95,10 @@ CONFIG(staticlib) {
+ }
+ INSTALLS += features
+
++mac {
++ QMAKE_SONAME_PREFIX=$$target.path
++}
++
+ HEADERS = \
+ ./Qsci/qsciglobal.h \
+ ./Qsci/qsciscintilla.h \
Home |
Main Index |
Thread Index |
Old Index