FreeBSD Bugzilla – Attachment 174472 Details for
Bug 212045
graphics/tesseract: switch TOOLS on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tesseract.patch (text/plain), 943 bytes, created by
Piotr Kubaj
on 2016-09-07 12:09:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2016-09-07 12:09:55 UTC
Size:
943 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 421468) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tesseract > PORTVERSION= 3.04.01 >+PORTREVISION= 1 > CATEGORIES= graphics > > MAINTAINER= pkubaj@anongoth.pl >@@ -28,6 +29,7 @@ > INSTALL_TARGET= install-strip > > OPTIONS_DEFINE= DOCS EXAMPLES TOOLS >+OPTIONS_DEFAULT=TOOLS > OPTIONS_SUB= yes > TOOLS_DESC= Include training tools > TOOLS_LIB_DEPENDS=libicui18n.so:devel/icu \ >@@ -35,10 +37,16 @@ > TOOLS_USES= pkgconfig > TOOLS_USE= GNOME=cairo,glib20,pango > >+.include <bsd.port.options.mk> >+ >+.if ${OSVERSION} < 1000000 >+TOOLS_USES+= compiler:c++11-lib >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|-O3 -DNDEBUG||' ${WRKSRC}/configure > @${REINPLACE_CMD} -e \ >- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ >+ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ > ${WRKSRC}/Makefile.in > > post-build-TOOLS-on:
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
Flags:
pkubaj
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 212045
:
173931
| 174472