svn commit: r418041 - branches/2016Q3/shells/bash
Jason Unovitch
junovitch at FreeBSD.org
Mon Jul 4 16:07:11 UTC 2016
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 \
More information about the svn-ports-branches
mailing list