ports/lang/afnix/files/patch-cnf_bin_afnix-setup
Johan van Selst 21a9a3af8a 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
2011-11-15 10:05:24 +00:00

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