diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-05-25 10:34:25 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-05-25 10:34:25 +0000 |
commit | 4b8f8df53a8be2116aa457f4bae38e44cd484bcb (patch) | |
tree | 34646858bd213df4340d586106a134431bb03614 /x11-libs | |
parent | Keyword ~amd64, tested with x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5... (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch | 19 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index b101c075810c..8382448df4a7 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qscintilla # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.9 2008/05/24 22:38:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.10 2008/05/25 10:34:25 yngwin Exp $ + + 25 May 2008; Ben de Groot <yngwin@gentoo.org> + +files/qscintilla-2.2-qt4.patch: + Adding patch that I forgot to copy over. Fixes bug 223507. *qscintilla-2.2 (24 May 2008) 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 |