diff options
author | mat <mat@FreeBSD.org> | 2016-07-04 22:07:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-04 22:07:14 +0800 |
commit | b1b6e0cb42c903418cea41d0b0d1d7cab26b3573 (patch) | |
tree | 2299c6efb6a701f3d97018fc5b42a89525713027 /shells | |
parent | c8fd7c5864d1fcceff4abf1ea353608f3c9ec5b9 (diff) | |
download | freebsd-ports-gnome-b1b6e0cb42c903418cea41d0b0d1d7cab26b3573.tar.gz freebsd-ports-gnome-b1b6e0cb42c903418cea41d0b0d1d7cab26b3573.tar.zst freebsd-ports-gnome-b1b6e0cb42c903418cea41d0b0d1d7cab26b3573.zip |
Fix build on FreeBSD 9 WITHOUT=NLS.
Sponsored by: Absolight
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 50abc1563fac..d933b958e289 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -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 \ |