diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-11 09:34:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-11 09:34:45 +0000 |
commit | a04231de187126632f7b59da6891bb2c7a7a6883 (patch) | |
tree | 8420ab85f7894fbd68a4b7b98b22a199260b77fd /shells/bash/files | |
parent | - Update to 3.9.1 (diff) |
- Fix statically linked version
- Bump PORTREVISION
Approved by: portmgr (miwi)
Diffstat (limited to 'shells/bash/files')
-rw-r--r-- | shells/bash/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
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@ |