diff options
author | mnag <mnag@FreeBSD.org> | 2010-04-22 23:34:07 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2010-04-22 23:34:07 +0800 |
commit | f17b6f93ba83790934090c273da8a1b8e81b9398 (patch) | |
tree | c43f780c00d1f2af4f8a6abeba4d83eea0a35bda | |
parent | fd5242082b036f1e73f8a6337eff8268ec75b83d (diff) | |
download | freebsd-ports-gnome-f17b6f93ba83790934090c273da8a1b8e81b9398.tar.gz freebsd-ports-gnome-f17b6f93ba83790934090c273da8a1b8e81b9398.tar.zst freebsd-ports-gnome-f17b6f93ba83790934090c273da8a1b8e81b9398.zip |
- Revert to TCL patch-Makefile
-rw-r--r-- | databases/sqlite3/files/patch-Makefile.in | 9 |
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 |