pkgsrc-WIP-changes archive

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

(cad/openscad) Missing patch file added, tks @tristelo



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu May 30 15:40:01 2019 +0900
Changeset:	78258bf166db1374fc13d7958db1f75121a16f9e

Added Files:
	openscad/patches/patch-features_qscintilla2-priv.prf

Log Message:
(cad/openscad) Missing patch file added, tks @tristelo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78258bf166db1374fc13d7958db1f75121a16f9e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openscad/patches/patch-features_qscintilla2-priv.prf | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diffs:
diff --git a/openscad/patches/patch-features_qscintilla2-priv.prf b/openscad/patches/patch-features_qscintilla2-priv.prf
new file mode 100644
index 0000000000..b460e3c8fe
--- /dev/null
+++ b/openscad/patches/patch-features_qscintilla2-priv.prf
@@ -0,0 +1,19 @@
+$NetBSD$
+
+To avoid following problem
+-------
+ ....
+QtMultimedia -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGLU -lGL -lXmu -lX11
+ld: cannot find -lqscintilla2_qt4
+*** [openscad] Error code 1
+-------
+
+--- features/qscintilla2-priv.prf.orig	2019-05-10 14:03:44.000000000 +0900
++++ features/qscintilla2-priv.prf	2019-05-28 21:34:58.087656036 +0900
+@@ -23,5 +23,5 @@ CONFIG(debug, debug|release) {
+         }
+     }
+ } else {
+-    LIBS += -lqscintilla2_qt$${QT_MAJOR_VERSION}
++    LIBS += -lqscintilla2
+ }


Home | Main Index | Thread Index | Old Index