ports/lang/afnix/files/patch-cnf_bin_afnix-setup
Johan van Selst 402551a405 - Update afnix to 2.4.0
- Enable stage support
2014-01-08 18:01:25 +00:00

11 lines
454 B
Text

--- cnf/bin/afnix-setup.orig 2014-01-02 15:24:19.000000000 +0100
+++ cnf/bin/afnix-setup 2014-01-05 21:12:17.000000000 +0100
@@ -378,7 +378,7 @@ do
--pkgdoc=*) pkgdoc="$argopt";;
--pkgwww) preopt=pkgwww;;
--pkgwww=*) pkgwww="$argopt";;
- --compiler) preopt=compiler;;
+ --compiler) preopt=ccname;;
--compiler=*) ccname="$argopt";;
--proctype) preopt=proctype;;
--proctype=*) proctype="$argopt";;