mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. WWW: http://dev.mysql.com/workbench/ PR: ports/136088 (part 1 of 2) Submitted by: Maxim Ignatenko
11 lines
325 B
Text
11 lines
325 B
Text
--- configure.in.orig 2009-06-26 03:33:18.000000000 +0300
|
|
+++ configure.in 2009-06-26 20:42:05.000000000 +0300
|
|
@@ -422,7 +422,7 @@
|
|
|
|
(
|
|
cd ./ext/ctemplate/ctemplate-src &&
|
|
- autoreconf -i -s;
|
|
+ autoreconf-2.62 -i;
|
|
./configure --prefix=$prefix --libdir=$libdir/mysql-workbench --disable-dependency-tracking
|
|
)
|
|
|