57bed600c8
PR: 94846 Submitted by: Petr Rehor <prehor (at) gmail.com>
13 lines
484 B
Text
13 lines
484 B
Text
--- applications/utilities/preProcessing/FoamX/C++/FoamXLib/Make/omniOptions.orig Mon Jan 17 16:46:05 2005
|
|
+++ applications/utilities/preProcessing/FoamX/C++/FoamXLib/Make/omniOptions Mon Dec 19 10:42:46 2005
|
|
@@ -4,6 +4,10 @@
|
|
|
|
OMNI_SYS_INC = -D__x86__ -D__linux__ -D__OSVERSION__=2
|
|
|
|
+#elif defined(FreeBSD)
|
|
+
|
|
+ OMNI_SYS_INC = -D__%%ARCH%%__ -D__FreeBSD__ -D__OSVERSION__=%%OSVERMAJ%%
|
|
+
|
|
#elif defined(solaris)
|
|
|
|
OMNI_SYS_INC = -D__sparc__ -D__sunos__ -D__OSVERSION__=5
|