Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 14:07:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418029 - head/shells/bash
Message-ID:  <201607041407.u64E7F0V021016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jul  4 14:07:14 2016
New Revision: 418029
URL: https://svnweb.freebsd.org/changeset/ports/418029

Log:
  Fix build on FreeBSD 9 WITHOUT=NLS.
  
  Sponsored by:	Absolight

Modified:
  head/shells/bash/Makefile   (contents, props changed)

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Mon Jul  4 14:06:48 2016	(r418028)
+++ head/shells/bash/Makefile	Mon Jul  4 14:07:14 2016	(r418029)
@@ -90,9 +90,6 @@ post-patch:
 	    -e "s|/\*.*#define SYSLOG_HISTORY .*\*/|#define SYSLOG_HISTORY|g" \
 	    ${WRKSRC}/config-top.h
 .endif
-.if empty(PORT_OPTIONS:MNLS)
-	@${REINPLACE_CMD} -e "s|@LIBICONV@||g" ${WRKSRC}/Makefile.in
-.endif
 
 post-configure:
 	@${FIND} ${WRKSRC} -name Makefile -print0 | ${XARGS} -0 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607041407.u64E7F0V021016>