Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 16:07:10 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418041 - branches/2016Q3/shells/bash
Message-ID:  <201607041607.u64G7A1R066769@repo.freebsd.org>

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

Log:
  MFH: r418029
  
  Fix build on FreeBSD 9 WITHOUT=NLS.
  
  Sponsored by:	Absolight
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2016Q3/shells/bash/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/shells/bash/Makefile
==============================================================================
--- branches/2016Q3/shells/bash/Makefile	Mon Jul  4 15:59:46 2016	(r418040)
+++ branches/2016Q3/shells/bash/Makefile	Mon Jul  4 16:07:09 2016	(r418041)
@@ -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?201607041607.u64G7A1R066769>