summaryrefslogtreecommitdiff
path: root/graphics/aqsis/files/patch-parsenode.cpp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-13 07:50:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-13 07:50:12 +0000
commit63a379db28c83fdffe263edb39b3cf250445087c (patch)
treec56fbfa0fb2c5a05f57435ada50083271b5ca64d /graphics/aqsis/files/patch-parsenode.cpp
parentUpdate to version 2.21 (diff)
add aqsis 0.6.6
A photorealistic rendering system
Notes
Notes: svn path=/head/; revision=66240
Diffstat (limited to 'graphics/aqsis/files/patch-parsenode.cpp')
-rw-r--r--graphics/aqsis/files/patch-parsenode.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/aqsis/files/patch-parsenode.cpp b/graphics/aqsis/files/patch-parsenode.cpp
new file mode 100644
index 000000000000..5de3eac9c075
--- /dev/null
+++ b/graphics/aqsis/files/patch-parsenode.cpp
@@ -0,0 +1,11 @@
+--- libslparse/parsenode.cpp.orig Thu Sep 12 23:56:09 2002
++++ libslparse/parsenode.cpp Thu Sep 12 23:58:41 2002
+@@ -121,7 +121,7 @@
+ #if defined(AQSIS_SYSTEM_MACOSX) || defined (AQSIS_SYSTEM_BEOS)
+ gVariableTypeIdentifiers[ i ][ 0 ] == tolower( Id ) )
+ #else
+- gVariableTypeIdentifiers[ i ][ 0 ] == _tolower( Id ) )
++ gVariableTypeIdentifiers[ i ][ 0 ] == tolower( Id ) )
+ #endif
+ return ( i );
+ }