diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-07-10 16:11:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-07-10 16:11:23 +0800 |
commit | 1a2ad5a0f1529381f1199c24447ff018cba038ac (patch) | |
tree | 8a47e2825e074621d1d1b4686b47468cef6f8b47 /shells | |
parent | b400059304a1d2c9d63cc8fffbbb6ac6bf7b8da7 (diff) | |
download | freebsd-ports-gnome-1a2ad5a0f1529381f1199c24447ff018cba038ac.tar.gz freebsd-ports-gnome-1a2ad5a0f1529381f1199c24447ff018cba038ac.tar.zst freebsd-ports-gnome-1a2ad5a0f1529381f1199c24447ff018cba038ac.zip |
In addition to the previous commit also define USE_MKSTEMP=1 for a different
code section.
Notified by: naddy
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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]* |