aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2015-07-09 05:47:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2015-07-09 05:47:32 +0000
commit72451773c83da13d33a2aa0249d3dec1a9f0fef0 (patch)
tree6107aef88d00870440839ac4e0635f3ebe9859c8 /shells
parent458ee3bf9525e1853afa3dd636992725e23ba883 (diff)
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index d7f093b5d92b..c1cee5f376bc 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -4,7 +4,7 @@
PORTNAME= bash
PATCHLEVEL= 39
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= shells
MASTER_SITES= GNU/${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -54,6 +54,8 @@ CONFIGURE_ARGS+= --without-bash-malloc \
--disable-rpath \
--enable-disabled-builtins
+CFLAGS+= -DUSE_MKTEMP=1
+
.if empty(PKGNAMESUFFIX)
CONFLICTS+= bash-static-[0-9]*
.else