mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
rather than something that could be applied directly. Oops. Reported by: Jan Beich <jbeich@tormail.net> Feature safe: yes
11 lines
382 B
Text
11 lines
382 B
Text
--- 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";;
|