FreeBSD Bugzilla – Attachment 153488 Details for
Bug 198020
net/grsync: Fix build without NLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix build without NLS
patch-grsync.diff (text/plain), 793 bytes, created by
Kevin Zheng
on 2015-02-24 22:59:44 UTC
(
hide
)
Description:
Patch to fix build without NLS
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2015-02-24 22:59:44 UTC
Size:
793 bytes
patch
obsolete
>diff --git a/net/grsync/Makefile b/net/grsync/Makefile >index 18dfbf1..d1f0fcd 100644 >--- a/net/grsync/Makefile >+++ b/net/grsync/Makefile >@@ -19,7 +19,6 @@ USE_GNOME= gtk20 > USES= desktop-file-utils gmake shared-mime-info pkgconfig shebangfix > SHEBANG_FILES= src/grsync-batch > GNU_CONFIGURE= yes >-CONFIGURE_ARGS+= --disable-unity > > INSTALLS_ICONS= yes > >@@ -27,16 +26,10 @@ CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > > OPTIONS_DEFINE= NLS >-OPTIONS_DEFAULT= NLS > OPTIONS_SUB= yes >-NLS_USES= gettext >- >-.include <bsd.port.options.mk> >+USES+= gettext >+NLS_CONFIGURE_ENABLE= nls > >-post-patch: >-.if empty(PORT_OPTIONS:MNLS) >- @${REINPLACE_CMD} 's/^ALL_LINGUAS=.*/ALL_LINGUAS=""/' \ >- ${WRKSRC}/configure >-.endif >+CONFIGURE_ARGS+= --disable-unity > > .include <bsd.port.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
Flags:
koobs
:
maintainer-approval?
(
martymac
)
Actions:
View
|
Diff
Attachments on
bug 198020
: 153488 |
153489