FreeBSD Bugzilla – Attachment 124732 Details for
Bug 168241
[patch] graphics/zathura: track sqlite dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlite.diff
sqlite.diff (text/plain), 728 bytes, created by
Jan Beich
on 2012-05-22 22:10:04 UTC
(
hide
)
Description:
sqlite.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2012-05-22 22:10:04 UTC
Size:
728 bytes
patch
obsolete
>Index: graphics/zathura/Makefile >=================================================================== >RCS file: /a/.csup/ports/graphics/zathura/Makefile,v >retrieving revision 1.12 >diff -u -p -r1.12 Makefile >--- graphics/zathura/Makefile 19 May 2012 10:16:25 -0000 1.12 >+++ graphics/zathura/Makefile 22 May 2012 13:35:36 -0000 >@@ -21,6 +20,17 @@ > USE_GMAKE= yes > FETCH_ARGS= -Fpr > >+OPTIONS= SQLITE "Support sqlite database backend" OFF >+ >+.include <bsd.port.options.mk> >+ >+.if !defined(WITHOUT_SQLITE) >+LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 >+MAKE_ENV+= WITH_SQLITE=1 >+.else >+MAKE_ENV+= WITH_SQLITE=0 >+.endif >+ > .if !defined(NOPORTDOCS) > BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils > MAN1+= zathura.1
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 168241
: 124732