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
commit4b8f8df53a8be2116aa457f4bae38e44cd484bcb (patch)
tree34646858bd213df4340d586106a134431bb03614 /x11-libs/qscintilla/files
parentKeyword ~amd64, tested with x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5... (diff)
downloadgentoo-2-4b8f8df53a8be2116aa457f4bae38e44cd484bcb.tar.gz
gentoo-2-4b8f8df53a8be2116aa457f4bae38e44cd484bcb.tar.bz2
gentoo-2-4b8f8df53a8be2116aa457f4bae38e44cd484bcb.zip
Adding missing patch. Fixes bug 223507.
(Portage version: 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