aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/yafaray
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2007-12-12 07:35:40 +0800
committerbeech <beech@FreeBSD.org>2007-12-12 07:35:40 +0800
commit91e84dc8e656d85d0b2ec336e9730976c7cafe43 (patch)
tree9d9aabad731a9d8d3aa548a0a35e427fff74d650 /graphics/yafaray
parente689c40f41a551f17bd0e51d3c4039104558f442 (diff)
downloadfreebsd-ports-graphics-91e84dc8e656d85d0b2ec336e9730976c7cafe43.tar.gz
freebsd-ports-graphics-91e84dc8e656d85d0b2ec336e9730976c7cafe43.tar.zst
freebsd-ports-graphics-91e84dc8e656d85d0b2ec336e9730976c7cafe43.zip
- Fix build with -CURRENT
PR: ports/118454 Approved by: David Yeske <dyeske@gmail.com> (maintainer), linimon (mentor)
Diffstat (limited to 'graphics/yafaray')
-rw-r--r--graphics/yafaray/files/patch-SConstruct6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/yafaray/files/patch-SConstruct b/graphics/yafaray/files/patch-SConstruct
index 844f3f07e7b..0153782ec35 100644
--- a/graphics/yafaray/files/patch-SConstruct
+++ b/graphics/yafaray/files/patch-SConstruct
@@ -1,13 +1,13 @@
---- SConstruct.orig Tue Jun 20 13:24:00 2006
-+++ SConstruct Thu Sep 14 01:13:55 2006
+--- SConstruct.orig 2006-06-20 13:24:00.000000000 -0400
++++ SConstruct 2007-12-05 18:04:58.000000000 -0500
@@ -8,6 +8,10 @@
ficheros = {
'darwin' : 'darwin-settings',
'linux2' : 'linux-settings',
-+'freebsd4' : 'freebsd-settings',
+'freebsd5' : 'freebsd-settings',
+'freebsd6' : 'freebsd-settings',
+'freebsd7' : 'freebsd-settings',
++'freebsd8' : 'freebsd-settings',
'win32' : 'win32-settings',
'sunos5' : 'sunos5-settings'
}