1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Better respect $CC

PR:		ports/162534
Submitted by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes
This commit is contained in:
Johan van Selst 2011-11-14 22:02:28 +00:00
parent 01cf91c83d
commit baaddc6cf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285798

View File

@ -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";;