View | Details | Raw Unified | Return to bug 118454
Collapse All | Expand All

(-)files/patch-SConstruct (-3 / +3 lines)
Lines 1-13 Link Here
1
--- SConstruct.orig	Tue Jun 20 13:24:00 2006
1
--- SConstruct.orig	2006-06-20 13:24:00.000000000 -0400
2
+++ SConstruct	Thu Sep 14 01:13:55 2006
2
+++ SConstruct	2007-12-05 18:04:58.000000000 -0500
3
@@ -8,6 +8,10 @@
3
@@ -8,6 +8,10 @@
4
 ficheros = {
4
 ficheros = {
5
 'darwin' : 'darwin-settings',
5
 'darwin' : 'darwin-settings',
6
 'linux2' : 'linux-settings',
6
 'linux2' : 'linux-settings',
7
+'freebsd4' : 'freebsd-settings',
8
+'freebsd5' : 'freebsd-settings',
7
+'freebsd5' : 'freebsd-settings',
9
+'freebsd6' : 'freebsd-settings',
8
+'freebsd6' : 'freebsd-settings',
10
+'freebsd7' : 'freebsd-settings',
9
+'freebsd7' : 'freebsd-settings',
10
+'freebsd8' : 'freebsd-settings',
11
 'win32' : 'win32-settings',
11
 'win32' : 'win32-settings',
12
 'sunos5' : 'sunos5-settings'
12
 'sunos5' : 'sunos5-settings'
13
 }
13
 }

Return to bug 118454