pkgsrc-wip/yafray/patches/patch-ab
Fabien Devaux f5534ef219 This is an advanced raytracer that uses XML.
Version 0.0.7 now :)
2005-02-15 13:23:02 +00:00

12 lines
631 B
Text

$NetBSD: patch-ab,v 1.2 2005/02/15 13:23:03 fabinator Exp $
--- src/yafraycore/Makefile.in-orig 2005-02-14 02:10:31.000000000 +0100
+++ src/yafraycore/Makefile.in 2005-02-14 02:10:44.000000000 +0100
@@ -191,7 +191,7 @@
filter.lo matrix4.lo mesh.lo reference.lo scene.lo \
threadedscene.lo forkedscene.lo ipc.lo ccthreads.lo noise.lo \
background.lo sphere.lo texture.lo targaIO.lo triangle.lo \
- triangletools.lo vector3d.lo object3d.lo photon.lo params.lo \
+ triangletools.lo vector3d.lo object3d.lo photon.lo params.lo tools.lo \
yafsystem.lo renderblock.lo
libyafraycore_la_OBJECTS = $(am_libyafraycore_la_OBJECTS)