aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2010-04-22 15:34:07 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2010-04-22 15:34:07 +0000
commite8ce3f29f2a5efdeda24df5ed0f8509415abc3e9 (patch)
tree1ea7e7511cb5f99cb256940a2812e71ce497ff9f /databases/sqlite3
parentf68f5d8f3fa87dcf1065fc9ecf23f35fcd645c6e (diff)
downloadports-e8ce3f29f2a5efdeda24df5ed0f8509415abc3e9.tar.gz
ports-e8ce3f29f2a5efdeda24df5ed0f8509415abc3e9.zip
- Revert to TCL patch-Makefile
Notes
Notes: svn path=/head/; revision=253061
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/files/patch-Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/sqlite3/files/patch-Makefile.in b/databases/sqlite3/files/patch-Makefile.in
index ae12f5fa13b2..f34f6a1ae9c6 100644
--- a/databases/sqlite3/files/patch-Makefile.in
+++ b/databases/sqlite3/files/patch-Makefile.in
@@ -1,12 +1,11 @@
---- ./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 @@
+--- 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
-+ sed -e s/--VERS--/$(RELEASE)/ $(TOP)/src/sqlite.h.in | \
-+ sed -e s/--VERSION-NUMBER--/$(VERSION_NUMBER)/ >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