FreeBSD Bugzilla – Attachment 140190 Details for
Bug 186704
[patch] deskutils/libstreams: fix iconv detection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
strigi.patch
strigi.patch (text/plain), 1.32 KB, created by
Tijl Coosemans
on 2014-02-12 20:50:00 UTC
(
hide
)
Description:
strigi.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2014-02-12 20:50:00 UTC
Size:
1.32 KB
patch
obsolete
>Index: deskutils/libstreamanalyzer/Makefile >=================================================================== >--- deskutils/libstreamanalyzer/Makefile (revision 343867) >+++ deskutils/libstreamanalyzer/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= libstreamanalyzer > PORTVERSION= ${STRIGI_VERSION} >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= deskutils > MASTER_SITES= ${STRIGI_MASTER_SITES} > >@@ -36,4 +36,10 @@ post-patch: > ${WRKSRC}/libstreamanalyzer/CMakeLists.txt > > .include <${.CURDIR}/../strigi/Makefile.common> >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if empty(ICONV_LIB) >+CMAKE_ARGS+= -DICONV_LIBRARIES:STRING="/usr/lib/libc.so" >+.endif >+ >+.include <bsd.port.post.mk> >Index: deskutils/libstreams/Makefile >=================================================================== >--- deskutils/libstreams/Makefile (revision 343867) >+++ deskutils/libstreams/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= libstreams > PORTVERSION= ${STRIGI_VERSION} >+PORTREVISION= 1 > CATEGORIES= deskutils > MASTER_SITES= ${STRIGI_MASTER_SITES} > >@@ -17,4 +18,10 @@ post-patch: > ${WRKSRC}/libstreams/CMakeLists.txt > > .include <${.CURDIR}/../strigi/Makefile.common> >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if empty(ICONV_LIB) >+CMAKE_ARGS+= -DICONV_LIBRARIES:STRING="/usr/lib/libc.so" >+.endif >+ >+.include <bsd.port.post.mk>
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 186704
: 140190