summaryrefslogtreecommitdiff
path: root/databases/mysql-query-browser/files/patch-Makefile.in
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-18 17:35:29 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-18 17:35:29 +0000
commit44e1a837db51799ef23068699f366991334a3494 (patch)
tree3e8adc3136918f6773584c18ef6f8019a740297d /databases/mysql-query-browser/files/patch-Makefile.in
parentAdd `pypersrc', a source browser written in Python and C++ that (diff)
MySQL Query Browser is a database querying tool that combines the simplicity
of a Web-browser-like interface with powerful features like multiple result sets on tab sheets, query history, storing query "bookmarks", editing and comparing resultsets, SQL script debugging, and more. WWW: http://www.mysql.com/products/tools/query-browser/ PR: ports/95530 Submitted by: Rainer Alves <rainer.alves@gmail.com>
Notes
Notes: svn path=/head/; revision=159887
Diffstat (limited to 'databases/mysql-query-browser/files/patch-Makefile.in')
-rw-r--r--databases/mysql-query-browser/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql-query-browser/files/patch-Makefile.in b/databases/mysql-query-browser/files/patch-Makefile.in
new file mode 100644
index 000000000000..fd40f1eb8033
--- /dev/null
+++ b/databases/mysql-query-browser/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- mysql-query-browser/source/linux/Makefile.in.orig Sat Apr 8 16:49:12 2006
++++ mysql-query-browser/source/linux/Makefile.in Sat Apr 8 16:49:32 2006
+@@ -574,7 +574,7 @@
+ # If a solution is found, this could be removed.
+ #
+ $(top_builddir)/source/linux/gtksourceview/gtksourceview/.libs/libgtksourceview-1.0.a:
+- (cd gtksourceview; ./configure --enable-static --disable-shared --disable-build-tests; make)
++ (cd gtksourceview; ./configure --enable-static --disable-shared --disable-build-tests; gmake)
+
+ clean-generic:
+ -make -C gtksourceview distclean