head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2011.11.15.10.05.24;	author johans;	state Exp;
branches;
next	1.1;

1.1
date	2011.11.14.22.02.28;	author johans;	state Exp;
branches;
next	;


desc
@@


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


1.1
log
@Better respect $CC

PR:		ports/162534
Submitted by:	Jan Beich <jbeich@@tormail.net>
Feature safe:	yes
@
text
@d1 11
a11 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";;
@

