From 98468372e95ea261c546fa79937b76033a1f1719 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 10 Jul 2015 08:11:23 +0000 Subject: In addition to the previous commit also define USE_MKSTEMP=1 for a different code section. Notified by: naddy --- shells/bash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/bash/Makefile b/shells/bash/Makefile index c1cee5f376bc..2ed80f0ae535 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?= 1 +PORTREVISION?= 2 CATEGORIES= shells MASTER_SITES= GNU/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins -CFLAGS+= -DUSE_MKTEMP=1 +CFLAGS+= -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 .if empty(PKGNAMESUFFIX) CONFLICTS+= bash-static-[0-9]* -- cgit v1.2.3