diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 00:06:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 00:06:40 +0000 |
commit | 0fe21ea6d5fca7cda9fe143ee6d7a007fbd1879c (patch) | |
tree | d7e18ddb966b65487032aa403f3d3adcc251615d /databases/sqlite34/files | |
parent | - Patch out configure check for jpeg in WITHOUT_X11 case, it's really not (diff) |
- Update to 3.2.1
- Use OPTIONS
PR: ports/79024
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: maintainer timeout (2 months)
Notes
Notes:
svn path=/head/; revision=135820
Diffstat (limited to 'databases/sqlite34/files')
-rw-r--r-- | databases/sqlite34/files/patch-Makefile.in | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/databases/sqlite34/files/patch-Makefile.in b/databases/sqlite34/files/patch-Makefile.in index 12010f1afd01..b66fd8181372 100644 --- a/databases/sqlite34/files/patch-Makefile.in +++ b/databases/sqlite34/files/patch-Makefile.in @@ -1,11 +1,15 @@ ---- Makefile.in.orig Thu Oct 7 00:03:05 2004 -+++ Makefile.in Thu Dec 23 17:17:22 2004 -@@ -543,12 +543,13 @@ - install: sqlite3 libsqlite3.la sqlite3.h - $(INSTALL) -d $(DESTDIR)$(libdir) - $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) -+ rm $(DESTDIR)$(exec_prefix)/lib/libsqlite3.la - $(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin +--- Makefile.in.orig Fri Mar 11 14:50:32 2005 ++++ Makefile.in Sat Mar 19 16:06:28 2005 +@@ -212,7 +212,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 +@@ -611,8 +611,8 @@ $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin $(INSTALL) -d $(DESTDIR)$(prefix)/include $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include @@ -14,5 +18,5 @@ + $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; + $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; - clean: - rm -f *.lo *.la *.o sqlite3@TARGET_EXEEXT@ libsqlite3.la + tcl_install: libtclsqlite3.la + tclsh $(TOP)/tclinstaller.tcl $(VERSION) |