summaryrefslogtreecommitdiff
path: root/graphics/blender-devel/files/patch-SConstruct
blob: 9d62b8864eb7eb8e71d949dc51bf480620cde1cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- SConstruct.orig	Tue Dec 28 20:56:41 2004
+++ SConstruct	Tue Dec 28 20:57:28 2004
@@ -663,7 +663,7 @@
 	openal_libpath = ['/usr/lib']
 	openal_include = ['/usr/include']
 	
-elif sys.platform=='freebsd4' or sys.platform=='freebsd5':
+elif sys.platform=='freebsd4' or sys.platform=='freebsd5' or sys.platform=='freebsd6' or sys.platform=='freebsd7':
 	print "Building for FreeBSD"
 	use_international = 'false'
 	use_gameengine = 'false'