freebsd-ports/databases/sqlite3/files/patch-Makefile.in
Alex Dupre 8c133fa5db Update sqlite3 to 3.6.19 release:
- fix thread-safe support (does it make sense to have an option to disable it?)
- add R*Tree index OPTION
- rework/simplify the port

PR:		ports/139276
Submitted by:	ale
Approved by:	maintainer
2009-11-02 10:11:49 +00:00

11 lines
457 B
Text

--- Makefile.in.orig 2009-09-17 13:41:21.000000000 +0200
+++ Makefile.in 2009-09-17 13:45:38.000000000 +0200
@@ -687,7 +687,7 @@
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/status.c
sqlite3.h: $(TOP)/src/sqlite.h.in $(TOP)/manifest.uuid $(TOP)/VERSION
- tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
+ $(TCLSH_CMD) $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
table.lo: $(TOP)/src/table.c $(HDR)
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/table.c