mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
11 lines
412 B
Text
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'
|