mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
443df2690d
commit
21a9a3af8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285843
1 changed files with 11 additions and 14 deletions
|
@ -1,14 +1,11 @@
|
||||||
--- /dev/null 1 Jan 1970 00:00:00 -0000
|
--- cnf/bin/afnix-setup.orig
|
||||||
+++ lang/afnix/files/patch-cnf_bin_afnix-setup 13 Nov 2011 18:39:34 -0000
|
+++ cnf/bin/afnix-setup
|
||||||
@@ -0,0 +1,11 @@
|
@@ -310,7 +310,7 @@ do
|
||||||
+--- cnf/bin/afnix-setup~
|
--altdir=*) altdir="$argopt";;
|
||||||
++++ cnf/bin/afnix-setup
|
--sdkdir) preopt=sdkdir;;
|
||||||
+@@ -310,7 +310,7 @@ do
|
--sdkdir=*) sdkdir="$argopt";;
|
||||||
+ --altdir=*) altdir="$argopt";;
|
- --compiler) preopt=compiler;;
|
||||||
+ --sdkdir) preopt=sdkdir;;
|
+ --compiler) preopt=ccname;;
|
||||||
+ --sdkdir=*) sdkdir="$argopt";;
|
--compiler=*) ccname="$argopt";;
|
||||||
+- --compiler) preopt=compiler;;
|
--proctype) preopt=proctype;;
|
||||||
++ --compiler) preopt=ccname;;
|
--proctype=*) proctype="$argopt";;
|
||||||
+ --compiler=*) ccname="$argopt";;
|
|
||||||
+ --proctype) preopt=proctype;;
|
|
||||||
+ --proctype=*) proctype="$argopt";;
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue