diff options
| author | Wesley Shields <wxs@FreeBSD.org> | 2010-04-20 23:45:58 +0000 |
|---|---|---|
| committer | Wesley Shields <wxs@FreeBSD.org> | 2010-04-20 23:45:58 +0000 |
| commit | 39a0db131513f89094a8f7ba883b7a4b79f6ae9b (patch) | |
| tree | ce7031b0a77975d1ed8f72ab4a573154d3b00008 /databases/sqlite3/files | |
| parent | - x11-themes/qtcurve-kde4: update to 1.3.1 release (diff) | |
Update to 3.6.32.1.
Remove TCL build dependency using a patch from OpenBSD.
PR: ports/145213
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: mnag@ (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=252980
Diffstat (limited to 'databases/sqlite3/files')
| -rw-r--r-- | databases/sqlite3/files/patch-Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/sqlite3/files/patch-Makefile.in b/databases/sqlite3/files/patch-Makefile.in index f34f6a1ae9c6..ae12f5fa13b2 100644 --- a/databases/sqlite3/files/patch-Makefile.in +++ b/databases/sqlite3/files/patch-Makefile.in @@ -1,11 +1,12 @@ ---- 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 @@ +--- ./Makefile.in.orig 2010-03-30 17:56:53.366241027 +0200 ++++ ./Makefile.in 2010-03-30 18:05:42.477723394 +0200 +@@ -689,7 +689,8 @@ $(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 ++ sed -e s/--VERS--/$(RELEASE)/ $(TOP)/src/sqlite.h.in | \ ++ sed -e s/--VERSION-NUMBER--/$(VERSION_NUMBER)/ >sqlite3.h table.lo: $(TOP)/src/table.c $(HDR) $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/table.c |
