pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qscintilla/patches Add full path to installed ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f11b4ade1bec
branches:  trunk
changeset: 412582:f11b4ade1bec
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Mar 08 20:55:17 2020 +0000

description:
Add full path to installed library names on Darwin.

diffstat:

 x11/qt5-qscintilla/patches/patch-qscintilla.pro |  17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r 92c9df2a049c -r f11b4ade1bec x11/qt5-qscintilla/patches/patch-qscintilla.pro
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qscintilla/patches/patch-qscintilla.pro   Sun Mar 08 20:55:17 2020 +0000
@@ -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