aboutsummaryrefslogtreecommitdiffstats
path: root/lang/afnix
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2011-11-15 06:02:28 +0800
committerjohans <johans@FreeBSD.org>2011-11-15 06:02:28 +0800
commit18824efe71e1dd3554963662c5d7aaddea355b42 (patch)
tree178f5bc1ad2733dd6e1014b5ce976fade9528370 /lang/afnix
parentec3ecdceb9741238d55010113e2fdb5f9e913e93 (diff)
downloadfreebsd-ports-gnome-18824efe71e1dd3554963662c5d7aaddea355b42.tar.gz
freebsd-ports-gnome-18824efe71e1dd3554963662c5d7aaddea355b42.tar.zst
freebsd-ports-gnome-18824efe71e1dd3554963662c5d7aaddea355b42.zip
Better respect $CC
PR: ports/162534 Submitted by: Jan Beich <jbeich@tormail.net> Feature safe: yes
Diffstat (limited to 'lang/afnix')
-rw-r--r--lang/afnix/files/patch-cnf_bin_afnix-setup14
1 files changed, 14 insertions, 0 deletions
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";;