1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/databases/tora/files/patch-Makefile.mysql
Anders Nordby 81fdec6ecb Add TOra version 1.2.1, Toolkit for Oracle.
TOra is a well-featured QT based GUI database administration toolkit.
It has some, limited support for MySQL. Due to the lack of native
Oracle libraries for FreeBSD, this port only supports MySQL (and a
limited set of features). It's still a very polished application
with a lot of potential.
2002-01-03 23:06:59 +00:00

12 lines
435 B
SQL

--- Makefile.mysql.orig Thu Jan 3 01:12:21 2002
+++ Makefile.mysql Thu Jan 3 01:12:43 2002
@@ -229,7 +229,7 @@
tora-mono: $(OBJECTS) main.cpp
@echo Linking $@
$(GCC) $(CFLAGS) $(LFLAGS) $(LFLAGS_GLOB) -DTOMONOLITHIC -o $@ $(OBJECTS) main.cpp \
- $(LIBS_GLOB) $(STDCPP_SHARED) $(ORACLE_SHARED) $(QT_SHARED) $(MYSQL_SHARED)
+ $(LIBS_GLOB) $(STDCPP_SHARED) $(QT_SHARED) $(MYSQL_SHARED)
# Static target, easier to distribute