summaryrefslogtreecommitdiffstats
path: root/odbc-drivers
diff options
context:
space:
mode:
Diffstat (limited to 'odbc-drivers')
-rwxr-xr-xodbc-drivers/myodbc/BUILD1
-rwxr-xr-xodbc-drivers/myodbc/DEPENDS3
-rw-r--r--odbc-drivers/myodbc/HISTORY4
3 files changed, 6 insertions, 2 deletions
diff --git a/odbc-drivers/myodbc/BUILD b/odbc-drivers/myodbc/BUILD
index 5b9a58f72e..339d890e76 100755
--- a/odbc-drivers/myodbc/BUILD
+++ b/odbc-drivers/myodbc/BUILD
@@ -1,5 +1,6 @@
OPTS="$OPTS --with-mysql-path=/usr" &&
CFLAGS="${CFLAGS//-ffast-math}" &&
+OPTS="$OPTS --disable-gui"
if is_depends_enabled $SPELL libiodbc; then
OPTS="$OPTS --with-iODBC=/usr"
diff --git a/odbc-drivers/myodbc/DEPENDS b/odbc-drivers/myodbc/DEPENDS
index 3ee2f1acc8..acee75684a 100755
--- a/odbc-drivers/myodbc/DEPENDS
+++ b/odbc-drivers/myodbc/DEPENDS
@@ -1,3 +1,2 @@
depends MYSQL &&
-depends ODBC-MGR &&
-optional_depends qt-x11 "--enable-gui" "--disable-gui" "graphical interface"
+depends ODBC-MGR
diff --git a/odbc-drivers/myodbc/HISTORY b/odbc-drivers/myodbc/HISTORY
index cfa882ed51..61551ed9b8 100644
--- a/odbc-drivers/myodbc/HISTORY
+++ b/odbc-drivers/myodbc/HISTORY
@@ -1,3 +1,7 @@
+2011-10-10 Bor Kraljič <pyrobor@ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+ * BUILD: force disabled gui (we don't have qt-x11 anymore)
+
2010-04-13 Elisamuel Resto <ryuji@sourcemage.org>
* BUILD: added CFLAGS filter for -ffast-math, databases dont like it