From 18824efe71e1dd3554963662c5d7aaddea355b42 Mon Sep 17 00:00:00 2001 From: johans Date: Mon, 14 Nov 2011 22:02:28 +0000 Subject: Better respect $CC PR: ports/162534 Submitted by: Jan Beich Feature safe: yes --- lang/afnix/files/patch-cnf_bin_afnix-setup | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/afnix/files/patch-cnf_bin_afnix-setup (limited to 'lang/afnix') diff --git a/lang/afnix/files/patch-cnf_bin_afnix-setup b/lang/afnix/files/patch-cnf_bin_afnix-setup new file mode 100644 index 000000000000..9774bf24a480 --- /dev/null +++ b/lang/afnix/files/patch-cnf_bin_afnix-setup @@ -0,0 +1,14 @@ +--- /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";; -- cgit