summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2015-08-11 00:21:29 +0200
committerMichael Weber <xmw@gentoo.org>2015-08-11 00:21:55 +0200
commit91763de7d6b5375befcd00ad33af11277c15b699 (patch)
tree1da047182843dc67d83590cbc6d03eec3cdaa417 /dev-db/sqlitebrowser/files
parentdev-util/fatrace: version bump (bug 553940, thanks DrSlony). (diff)
downloadgentoo-91763de7d6b5375befcd00ad33af11277c15b699.tar.gz
gentoo-91763de7d6b5375befcd00ad33af11277c15b699.tar.bz2
gentoo-91763de7d6b5375befcd00ad33af11277c15b699.zip
dev-db/sqlitebrowser: version bump (bug 554034).
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-db/sqlitebrowser/files')
-rw-r--r--dev-db/sqlitebrowser/files/sqlitebrowser-3.7.0-unbundle.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-db/sqlitebrowser/files/sqlitebrowser-3.7.0-unbundle.patch b/dev-db/sqlitebrowser/files/sqlitebrowser-3.7.0-unbundle.patch
new file mode 100644
index 000000000000..8dbe870f2e87
--- /dev/null
+++ b/dev-db/sqlitebrowser/files/sqlitebrowser-3.7.0-unbundle.patch
@@ -0,0 +1,18 @@
+--- sqlitebrowser-3.7.0/CMakeLists.txt
++++ sqlitebrowser-3.7.0/CMakeLists.txt
+@@ -29,15 +29,9 @@
+ find_package(Antlr2)
+
+ set(QHEXEDIT_DIR libs/qhexedit)
+-set(QCUSTOMPLOT_DIR libs/qcustomplot-source)
+ set(QSCINTILLA_DIR libs/qscintilla/Qt4Qt5)
+
+-if(NOT ANTLR2_FOUND)
+- set(ANTLR_DIR libs/antlr-2.7.7)
+- add_subdirectory(${ANTLR_DIR})
+-endif()
+ add_subdirectory(${QHEXEDIT_DIR})
+-add_subdirectory(${QCUSTOMPLOT_DIR})
+ add_subdirectory(${QSCINTILLA_DIR})
+
+ if(USE_QT5)