FreeBSD Bugzilla – Attachment 105582 Details for
Bug 146083
[PATCH] databases/sqlite3: fix 'make package' when NO_INSTALL_MANPAGES is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlite3-3.6.23.1_1.patch
sqlite3-3.6.23.1_1.patch (text/plain), 722 bytes, created by
Sunpoet Po-Chuan Hsieh
on 2010-04-27 12:20:04 UTC
(
hide
)
Description:
sqlite3-3.6.23.1_1.patch
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2010-04-27 12:20:04 UTC
Size:
722 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/databases/sqlite3/Makefile /usr/ports/sunpoet/sqlite3/Makefile >--- /usr/ports/databases/sqlite3/Makefile 2010-04-23 02:35:22.000000000 +0800 >+++ /usr/ports/sunpoet/sqlite3/Makefile 2010-04-27 18:40:50.000000000 +0800 >@@ -27,8 +27,6 @@ > TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ > ac_cv_search_pthread_create="" > >-MAN1= sqlite3.1 >- > OPTIONS= DEBUG "Enable debugging & verbose explain" off \ > FTS3 "Enable FTS3 (Full Text Search) module" off \ > RTREE "Enable R*Tree module" off \ >@@ -40,6 +38,10 @@ > > .include <bsd.port.pre.mk> > >+.if !defined(NO_INSTALL_MANPAGES) >+MAN1= sqlite3.1 >+.endif >+ > .if ${OSVERSION} < 700000 > EXTRA_PATCHES+= ${FILESDIR}/pthread_equal_stub > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 146083
: 105582