ports/graphics/blender-devel/files/patch-SConstruct
Pav Lucistnik aaae493738 - Update to 2.36
PR:		ports/76325
Submitted by:	David Yeske <dyeske@yahoo.com> (maintainer)
2005-02-10 23:37:17 +00:00

11 lines
412 B
Text

--- 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':
print "Building for FreeBSD"
use_international = 'false'
use_gameengine = 'false'