From 71206c9337ec88d8711fa66c128fe464cf27e451 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 21 Oct 2008 23:07:09 +0000 Subject: Patch from Timothy Baldridge * add irix6 to GHOST windowing system (same as linux2 et al) * fix faulty return lines in shrinkwrap.c --- intern/ghost/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript index 40968e816a9..f6283cfc0f2 100644 --- a/intern/ghost/SConscript +++ b/intern/ghost/SConscript @@ -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', 'sunos5', 'freebsd6', 'irix6'): for f in pf: sources.remove('intern' + os.sep + f + 'Win32.cpp') sources.remove('intern' + os.sep + f + 'Carbon.cpp') -- cgit v1.2.3