summaryrefslogtreecommitdiff
path: root/databases/sqlite3/files/patch-Makefile.in
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-02-12 12:47:47 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-02-12 12:47:47 +0000
commit5b36a864f8a4b691b197c2ef61be72c379e03302 (patch)
tree57295d9a322c206cb734a7f8e8d0ef3d7162e965 /databases/sqlite3/files/patch-Makefile.in
parentUpdate to 1.1.5 (diff)
- Update to 3.3.12 [1]
- Fix FTS1 build [2] Notified by: Max Khitrov <mkhitrov___umd.edu> [1], Jeroen Ruigrok/asmodai <asmodai___in-nomine.org> [2]
Notes
Notes: svn path=/head/; revision=184995
Diffstat (limited to 'databases/sqlite3/files/patch-Makefile.in')
-rw-r--r--databases/sqlite3/files/patch-Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3/files/patch-Makefile.in b/databases/sqlite3/files/patch-Makefile.in
index b66fd8181372..1b7d46e8a134 100644
--- a/databases/sqlite3/files/patch-Makefile.in
+++ b/databases/sqlite3/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Fri Mar 11 14:50:32 2005
-+++ Makefile.in Sat Mar 19 16:06:28 2005
-@@ -212,7 +212,7 @@
+--- Makefile.in.orig Mon Jan 8 11:39:27 2007
++++ Makefile.in Mon Feb 12 10:18:02 2007
+@@ -260,7 +260,7 @@
# This is the default Makefile target. The objects listed here
# are what get build when you type just "make" with no arguments.
#
@@ -9,14 +9,14 @@
Makefile: $(TOP)/Makefile.in
./config.status
-@@ -611,8 +611,8 @@
- $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin
+@@ -666,8 +666,8 @@
$(INSTALL) -d $(DESTDIR)$(prefix)/include
$(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include
+ $(INSTALL) -m 0644 $(TOP)/src/sqlite3ext.h $(DESTDIR)$(prefix)/include
- $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig;
- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig;
-+ $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig;
-+ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig;
++ $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig;
++ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig;
tcl_install: libtclsqlite3.la
tclsh $(TOP)/tclinstaller.tcl $(VERSION)