summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-05-25 10:34:25 +0000
committerBen de Groot <yngwin@gentoo.org>2008-05-25 10:34:25 +0000
commit3aa4c4773727efd33a24f5ef9ba95015a5341020 (patch)
tree85c84ac44d3ed79954fa968c7b51fb2a3f80defc /x11-libs/qscintilla/files
parentKeyword ~amd64, tested with x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5... (diff)
downloadhistorical-3aa4c4773727efd33a24f5ef9ba95015a5341020.tar.gz
historical-3aa4c4773727efd33a24f5ef9ba95015a5341020.tar.bz2
historical-3aa4c4773727efd33a24f5ef9ba95015a5341020.zip
Adding missing patch. Fixes bug 223507.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'x11-libs/qscintilla/files')
-rw-r--r--x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch b/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch
new file mode 100644
index 000000000000..646e38f45dbb
--- /dev/null
+++ b/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch
@@ -0,0 +1,19 @@
+--- designer.pro.ori 2006-12-13 09:31:54.000000000 +0700
++++ designer.pro 2006-12-13 09:40:49.000000000 +0700
+@@ -4,12 +4,14 @@
+ TEMPLATE = lib
+ TARGET = qscintillaplugin
+
++INCLUDEPATH = ../Qt4
++
+ CONFIG += designer release plugin
+
+ HEADERS = qscintillaplugin.h
+ SOURCES = qscintillaplugin.cpp
+
+-target.path = $$[QT_INSTALL_PLUGINS]/designer
++target.path = .
+ INSTALLS += target
+
+-LIBS += -lqscintilla2
++LIBS += -L../Qt4/lib -lqscintilla2