1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Fix build with -CURRENT

PR:		ports/118454
Approved by:	David Yeske <dyeske@gmail.com> (maintainer),
		linimon (mentor)
This commit is contained in:
Beech Rintoul 2007-12-11 23:35:40 +00:00
parent c1c48081be
commit 8df6e2ce8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203076
2 changed files with 6 additions and 6 deletions
graphics
yafaray/files
yafray/files

View File

@ -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'
}

View File

@ -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'
}