svn commit: r418029 - head/shells/bash

Mathieu Arnold mat at FreeBSD.org
Mon Jul 4 14:07:16 UTC 2016


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 \


More information about the svn-ports-all mailing list