openbsd-ports/graphics/blender/patches/patch-intern_ghost_SConscript

13 lines
597 B
Plaintext
Raw Normal View History

2007-05-25 08:19:14 -04:00
$OpenBSD: patch-intern_ghost_SConscript,v 1.2 2007/05/25 12:19:14 steven Exp $
--- intern/ghost/SConscript.orig Mon Nov 13 07:40:08 2006
+++ intern/ghost/SConscript Sat Mar 24 08:20:39 2007
@@ -10,7 +10,7 @@ sources = env.Glob('intern/*.cpp')
pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window']
-if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd6'):
+if window_system in ('linux2', 'openbsd3', 'openbsd4', 'sunos5', 'freebsd6'):
2006-07-30 03:29:13 -04:00
for f in pf:
sources.remove('intern' + os.sep + f + 'Win32.cpp')
sources.remove('intern' + os.sep + f + 'Carbon.cpp')