aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-07-23 18:12:25 +0800
committerantoine <antoine@FreeBSD.org>2016-07-23 18:12:25 +0800
commitc996eee0af0e314a4d97ac14e70ec35b76fb8ba6 (patch)
treea6c06f77ecedbc5d0fa5f94d68ed6a9dde8e7a91 /graphics
parenta5ae270cc47c209b726a14f2952f7095df10c193 (diff)
downloadfreebsd-ports-gnome-c996eee0af0e314a4d97ac14e70ec35b76fb8ba6.tar.gz
freebsd-ports-gnome-c996eee0af0e314a4d97ac14e70ec35b76fb8ba6.tar.zst
freebsd-ports-gnome-c996eee0af0e314a4d97ac14e70ec35b76fb8ba6.zip
Fix build on FreeBSD 12
Reported by: pkg-fallout
Diffstat (limited to 'graphics')
-rw-r--r--graphics/yafray/files/patch-SConstruct7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/yafray/files/patch-SConstruct b/graphics/yafray/files/patch-SConstruct
index c0e7d2522baf..d4191bc44f10 100644
--- a/graphics/yafray/files/patch-SConstruct
+++ b/graphics/yafray/files/patch-SConstruct
@@ -1,6 +1,6 @@
---- SConstruct.orig 2006-06-20 19:24:00.000000000 +0200
-+++ SConstruct 2014-04-28 22:26:00.000000000 +0200
-@@ -8,6 +8,13 @@
+--- SConstruct.orig 2006-06-20 17:24:00 UTC
++++ SConstruct
+@@ -8,6 +8,14 @@ prefix=ARGUMENTS.get('prefix','/usr/loca
ficheros = {
'darwin' : 'darwin-settings',
'linux2' : 'linux-settings',
@@ -11,6 +11,7 @@
+'freebsd9' : 'freebsd-settings',
+'freebsd10' : 'freebsd-settings',
+'freebsd11' : 'freebsd-settings',
++'freebsd12' : 'freebsd-settings',
'win32' : 'win32-settings',
'sunos5' : 'sunos5-settings'
}