diff options
author | John Marino <marino@FreeBSD.org> | 2015-05-26 10:54:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-05-26 10:54:36 +0000 |
commit | 2fe0013ab7106048682106199487f196f7820fae (patch) | |
tree | 0112d0f7a49ad6048abbfb51efa5ad3e485ddbda /shells | |
parent | 0a7f2d69097c8baf03a9a420d76659f2177ec403 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 2 | ||||
-rw-r--r-- | shells/zsh/files/patch-Src_zsh.mdd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index b454df7ddb68..00b70c51c991 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,7 +3,7 @@ PORTNAME= zsh PORTVERSION= 5.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc diff --git a/shells/zsh/files/patch-Src_zsh.mdd b/shells/zsh/files/patch-Src_zsh.mdd index e8de489eb6ea..9cf32f03afb4 100644 --- a/shells/zsh/files/patch-Src_zsh.mdd +++ b/shells/zsh/files/patch-Src_zsh.mdd @@ -11,8 +11,8 @@ signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@ $(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c - $(CPP) sigtmp.c >sigtmp.out -+ case "$(CPP)" in \ -+ gcc*) \ ++ case "`$(CPP) --version </dev/null 2>&1`" in \ ++ *"Free Software Foundation"*) \ + $(CPP) -P sigtmp.c >sigtmp.out;; \ + *) \ + $(CPP) sigtmp.c >sigtmp.out;; \ |