FreeBSD Bugzilla – Attachment 150696 Details for
Bug 195943
[patch] unbreak graphics/evince build on FreeBSD 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
simpler patch to unbreak evince build on FreeBSD 8
evince.patch2 (text/plain), 626 bytes, created by
Don Lewis
on 2014-12-17 22:28:48 UTC
(
hide
)
Description:
simpler patch to unbreak evince build on FreeBSD 8
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2014-12-17 22:28:48 UTC
Size:
626 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 374834) >+++ Makefile (working copy) >@@ -54,10 +54,6 @@ > > .include <bsd.port.options.mk> > >-.if ${OSVERSION} < 900000 >-BROKEN= Fails to build >-.endif >- > .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} > USE_TEX= latex > >@@ -128,6 +124,7 @@ > @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ > -e 's|" == "|" = "|g' \ > -e 's|-Werror||g' \ >+ -e '/^ *BROWSER_PLUGIN_DIR=/s/libdir}/libdir\\}/' \ > ${WRKSRC}/configure > @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \ > ${WRKSRC}/help/reference/libdocument/Makefile.in \
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 195943
:
150539
|
150657
|
150696
|
155069
Working