diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-10 18:25:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-10 18:25:02 +0000 |
commit | 45a3ac0a6bd631e147fc7afdf960eb6ca043b147 (patch) | |
tree | c508fa092d0290ae83fb4febe343180db868400f /x11-libs/qscintilla/files | |
parent | Remove masked PyQt. (diff) | |
download | gentoo-2-45a3ac0a6bd631e147fc7afdf960eb6ca043b147.tar.gz gentoo-2-45a3ac0a6bd631e147fc7afdf960eb6ca043b147.tar.bz2 gentoo-2-45a3ac0a6bd631e147fc7afdf960eb6ca043b147.zip |
old
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qscintilla/files')
-rw-r--r-- | x11-libs/qscintilla/files/qscintilla-1.7.1.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-libs/qscintilla/files/qscintilla-1.7.1.patch b/x11-libs/qscintilla/files/qscintilla-1.7.1.patch deleted file mode 100644 index 5d63990c1484..000000000000 --- a/x11-libs/qscintilla/files/qscintilla-1.7.1.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- designer/designer.pro.orig 2006-11-14 08:35:36.000000000 -0500 -+++ designer/designer.pro 2006-11-14 08:35:49.000000000 -0500 -@@ -3,10 +3,12 @@ - - TEMPLATE = lib - TARGET = qscintillaplugin --DESTDIR = $(QTDIR)/plugins/designer -+DESTDIR = . - - CONFIG += qt warn_on release plugin - - SOURCES += qscintillaplugin.cpp - --LIBS += -lqscintilla -+LIBS += -L../qt/lib -lqscintilla -+ -+INCLUDEPATH += ../qt |