summaryrefslogtreecommitdiff
path: root/devel/frink/files/patch-README
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-30 18:15:38 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-30 18:15:38 +0000
commita37422b35c1181b991f6f154170035383bec3391 (patch)
treea2540ec928034c67c68bec2721b73de6b762cf30 /devel/frink/files/patch-README
parentmultimedia/libva-intel-media-driver: update to 20.3.0 (diff)
Fix build by casting from pointer to integer through size_t
Notes
Notes: svn path=/head/; revision=550728
Diffstat (limited to 'devel/frink/files/patch-README')
-rw-r--r--devel/frink/files/patch-README20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/frink/files/patch-README b/devel/frink/files/patch-README
new file mode 100644
index 000000000000..3188639f727f
--- /dev/null
+++ b/devel/frink/files/patch-README
@@ -0,0 +1,20 @@
+--- README.orig 2002-09-11 08:46:00 UTC
++++ README
+@@ -32,7 +32,7 @@
+ turn OFF processing code passed to the bind command.
+
+ -c <n>
+- set further indent for continuations to n. default = 2
++ set further indent for continuations to n. default = 4
+
+ -d
+ remove braces in certain (safe) circumstances (default = OFF)
+@@ -79,7 +79,7 @@
+ turn on heuristic tests and warnings. (default = OFF)
+
+ -i <n>
+- set indent for each level to n. default = 4
++ set indent for each level to n. default = 8
+
+ -I
+ Treat elseif and else the same way. (default = OFF)