aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rayshade/files/patch-ab
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-26 04:04:19 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-26 04:04:19 +0000
commit8a15221195b1b871246d70fe75a07fdf3a320012 (patch)
treebeda86044bdcb3e842e6511fa6258eab0f11daac /graphics/rayshade/files/patch-ab
parent213cd15a424e78cdbe2260280b0a20d42bff0612 (diff)
Import of Rayshade 4.0 raytracing software.
PR: 6158 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'graphics/rayshade/files/patch-ab')
-rw-r--r--graphics/rayshade/files/patch-ab24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/rayshade/files/patch-ab b/graphics/rayshade/files/patch-ab
new file mode 100644
index 000000000000..4df8936f8ccd
--- /dev/null
+++ b/graphics/rayshade/files/patch-ab
@@ -0,0 +1,24 @@
+*** etc/rsconvert/lex.l.orig Sun Mar 8 18:55:39 1998
+--- etc/rsconvert/lex.l Sun Mar 8 18:56:05 1998
+***************
+*** 22,27 ****
+--- 22,28 ----
+ #include "libcommon/common.h"
+ #include "y.tab.h"
+ %}
++ %option yylineno
+ alpha [a-zA-Z]
+ special [\.\_-]
+ digit [0-9]
+*** libshade/lex.l.orig Sun Mar 8 18:52:11 1998
+--- libshade/lex.l Sun Mar 8 18:53:18 1998
+***************
+*** 29,34 ****
+--- 29,35 ----
+ #include "y.tab.h"
+ extern char *strsave();
+ %}
++ %option yylineno
+ alpha [a-zA-Z]
+ special [\.\_-]
+ digit [0-9]