pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: Limit iconv hack to NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8ab1ecf3162
branches:  trunk
changeset: 438895:b8ab1ecf3162
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Sep 11 17:18:09 2020 +0000

description:
samba4: Limit iconv hack to NetBSD.

Resolves issue on Linux reported by sobukus on IRC.

diffstat:

 net/samba4/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 3048ddfc46a2 -r b8ab1ecf3162 net/samba4/Makefile
--- a/net/samba4/Makefile       Fri Sep 11 15:14:12 2020 +0000
+++ b/net/samba4/Makefile       Fri Sep 11 17:18:09 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2020/08/31 18:10:53 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2020/09/11 17:18:09 jperkin Exp $
 
 DISTNAME=      samba-4.12.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  https://download.samba.org/pub/samba/stable/
 
@@ -57,8 +57,10 @@
 # a full dependency since it's not actually needed by samba.
 USE_TOOLS+=            gmake mktemp perl:run pkg-config
 
+.if ${OPSYS} == "NetBSD"
 USE_GNU_ICONV=         yes     # FIXME: something doesn't work on NetBSD
 BROKEN_GETTEXT_DETECTION= yes
+.endif
 
 # Debugging
 #CONFIGURE_ARGS+=      -vvv



Home | Main Index | Thread Index | Old Index