Modified checks for defined __FreeBSD__ to also include defined (__OpenBSD__)
From: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=840 Kent
This commit is contained in:
@@ -72,7 +72,7 @@ MODNAME(BLENDERMODULE) -> "_Blender"
|
||||
|
||||
// module configuration -- TODO: this should be set later from the Makefile...
|
||||
/* commented out by mein@cs.umn.edu default is non static now :)
|
||||
#if defined(__FreeBSD__) || defined(__linux__) || defined (__sgi) || defined(__sparc) || defined(__sparc__)
|
||||
#if defined(__FreeBSD__) || defined(__linux__) || defined (__sgi) || defined(__sparc) || defined(__sparc__) || defined (__OpenBSD__)
|
||||
#define STATIC_TEXTTOOLS 1
|
||||
#endif
|
||||
*/
|
||||
|
Reference in New Issue
Block a user