diff options
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/files/patch-Makefile.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 2eab2a83f28e..a4cabeeea85c 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -9,7 +9,7 @@ PORTNAME= bash PATCHLEVEL= 5 PORTVERSION= 4.1.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq 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@ |