FreeBSD Bugzilla – Attachment 221825 Details for
Bug 252928
emulators/mtools: need more direct libiconv dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add libiconv dependency
mtools.patch (text/plain), 559 bytes, created by
John Kennedy
on 2021-01-23 04:28:54 UTC
(
hide
)
Description:
patch to add libiconv dependency
Filename:
MIME Type:
Creator:
John Kennedy
Created:
2021-01-23 04:28:54 UTC
Size:
559 bytes
patch
obsolete
>diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile >index 9cec730b4ac8..52622da84324 100644 >--- a/emulators/mtools/Makefile >+++ b/emulators/mtools/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= mtools > PORTVERSION= 4.0.26 >+PORTREVISION= 1 > CATEGORIES= emulators > MASTER_SITES= GNU > >@@ -31,6 +32,9 @@ OPTIONS_DEFAULT=ICONV X11 > USES+= iconv > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} >+.if empty(ICONV_LIB) >+LIB_DEPENDS+= libiconv.so:converters/libiconv >+.endif > .else > CONFIGURE_ENV+= ac_cv_header_iconv_h=no > .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 252928
:
221825
|
221826
|
222194