- Fix statically linked version
- Bump PORTREVISION Approved by: portmgr (miwi)
This commit is contained in:
parent
6d8fd59b0b
commit
a04231de18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254122
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
11
shells/bash/files/patch-Makefile.in
Normal file
11
shells/bash/files/patch-Makefile.in
Normal file
|
@ -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@
|
Loading…
Reference in a new issue