diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-11-15 10:05:24 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-11-15 10:05:24 +0000 |
commit | 21a9a3af8aac035d639f22e20609cce40f85280c (patch) | |
tree | b579a779a752488a1bb5c6d7b054a6687ddd387f /lang | |
parent | Update from 1.0.9 to 1.0.10. (diff) |
Correct previous patch, which was in fact a patch to create a patchfile,
rather than something that could be applied directly. Oops.
Reported by: Jan Beich <jbeich@tormail.net>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285843
Diffstat (limited to 'lang')
-rw-r--r-- | lang/afnix/files/patch-cnf_bin_afnix-setup | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/lang/afnix/files/patch-cnf_bin_afnix-setup b/lang/afnix/files/patch-cnf_bin_afnix-setup index 9774bf24a480..44ec1a2c269d 100644 --- a/lang/afnix/files/patch-cnf_bin_afnix-setup +++ b/lang/afnix/files/patch-cnf_bin_afnix-setup @@ -1,14 +1,11 @@ ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ lang/afnix/files/patch-cnf_bin_afnix-setup 13 Nov 2011 18:39:34 -0000 -@@ -0,0 +1,11 @@ -+--- cnf/bin/afnix-setup~ -++++ cnf/bin/afnix-setup -+@@ -310,7 +310,7 @@ do -+ --altdir=*) altdir="$argopt";; -+ --sdkdir) preopt=sdkdir;; -+ --sdkdir=*) sdkdir="$argopt";; -+- --compiler) preopt=compiler;; -++ --compiler) preopt=ccname;; -+ --compiler=*) ccname="$argopt";; -+ --proctype) preopt=proctype;; -+ --proctype=*) proctype="$argopt";; +--- cnf/bin/afnix-setup.orig ++++ cnf/bin/afnix-setup +@@ -310,7 +310,7 @@ do + --altdir=*) altdir="$argopt";; + --sdkdir) preopt=sdkdir;; + --sdkdir=*) sdkdir="$argopt";; +- --compiler) preopt=compiler;; ++ --compiler) preopt=ccname;; + --compiler=*) ccname="$argopt";; + --proctype) preopt=proctype;; + --proctype=*) proctype="$argopt";; |