From a04231de187126632f7b59da6891bb2c7a7a6883 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 11 May 2010 09:34:45 +0000 Subject: - Fix statically linked version - Bump PORTREVISION Approved by: portmgr (miwi) --- shells/bash/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shells/bash/files/patch-Makefile.in (limited to 'shells/bash/files/patch-Makefile.in') diff --git a/shells/bash/files/patch-Makefile.in b/shells/bash/files/patch-Makefile.in new file mode 100644 index 000000000000..4aba4ab176c0 --- /dev/null +++ b/shells/bash/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig 2010-05-10 21:44:45.000000000 +0200 ++++ ./Makefile.in 2010-05-10 21:44:59.000000000 +0200 +@@ -349,7 +349,7 @@ + LIBINTL_H = @LIBINTL_H@ + + # libiconv +-LIBICONV = @LIBICONV@ ++LIBICONV = -liconv + + # tests + LIBINTL = @LIBINTL@ -- cgit v1.2.3