mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
- Fix FTS1 build [2] Notified by: Max Khitrov <mkhitrov___umd.edu> [1], Jeroen Ruigrok/asmodai <asmodai___in-nomine.org> [2]
22 lines
975 B
Text
22 lines
975 B
Text
--- 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.
|
|
#
|
|
-all: sqlite3.h libsqlite3.la sqlite3$(TEXE) $(HAVE_TCL:1=libtclsqlite3.la)
|
|
+all: sqlite3.h libsqlite3.la sqlite3$(TEXE) $(HAVE_TCL:1=libtclsqlite3.la tclsqlite3)
|
|
|
|
Makefile: $(TOP)/Makefile.in
|
|
./config.status
|
|
@@ -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;
|
|
|
|
tcl_install: libtclsqlite3.la
|
|
tclsh $(TOP)/tclinstaller.tcl $(VERSION)
|