summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-05-11 09:34:45 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-05-11 09:34:45 +0000
commita04231de187126632f7b59da6891bb2c7a7a6883 (patch)
tree8420ab85f7894fbd68a4b7b98b22a199260b77fd /shells
parent- Update to 3.9.1 (diff)
- Fix statically linked version
- Bump PORTREVISION Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=254122
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile2
-rw-r--r--shells/bash/files/patch-Makefile.in11
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@