summaryrefslogtreecommitdiff
path: root/graphics/truevision/files/patch-src::texnormal.cc
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-02 08:04:48 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-02 08:04:48 +0000
commitd14a3080a19d8f7bd562e7b909595fdf38360b86 (patch)
tree436ce5bd47d12cea4cba743b59ad072bb9947a35 /graphics/truevision/files/patch-src::texnormal.cc
parentupdate games/madbomber: 0.2.4 --> 0.2.5 (diff)
update graphics/truevision:
- Fix build PR: 53769 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/truevision/files/patch-src::texnormal.cc')
-rw-r--r--graphics/truevision/files/patch-src::texnormal.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/truevision/files/patch-src::texnormal.cc b/graphics/truevision/files/patch-src::texnormal.cc
new file mode 100644
index 000000000000..f891e1212d25
--- /dev/null
+++ b/graphics/truevision/files/patch-src::texnormal.cc
@@ -0,0 +1,11 @@
+--- src/texnormal.cc.orig Tue Jan 1 20:43:01 2002
++++ src/texnormal.cc Thu Jun 26 02:38:59 2003
+@@ -44,7 +44,7 @@
+ //**************************************
+ // Constructeurs & Destructeurs
+ //**************************************
+-PovTexNormal::PovTexNormal( app_objs *appref, bool mother = true ) : MaterialItem( app_ref )
++PovTexNormal::PovTexNormal( app_objs *appref, bool mother ) : MaterialItem( app_ref )
+ {
+ set_name( _("Normal") );
+ item_type = TV_MITEM_NORMAL;