diff options
Diffstat (limited to 'science/openfoam/files/patch-src_OpenFOAM_Make_options')
-rw-r--r-- | science/openfoam/files/patch-src_OpenFOAM_Make_options | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/science/openfoam/files/patch-src_OpenFOAM_Make_options b/science/openfoam/files/patch-src_OpenFOAM_Make_options new file mode 100644 index 000000000000..870ff97ee538 --- /dev/null +++ b/science/openfoam/files/patch-src_OpenFOAM_Make_options @@ -0,0 +1,9 @@ +--- src/OpenFOAM/Make/options.orig Tue Jan 25 16:51:06 2005 ++++ src/OpenFOAM/Make/options Fri Dec 30 21:24:48 2005 +@@ -1,5 +1,4 @@ + EXE_INC = \ +- -DWM_PROJECT_VERSION='"'$(WM_PROJECT_VERSION)'"' \ +- -I$(LIB_SRC)/zlib-1.2.1 ++ -DWM_PROJECT_VERSION='"'$(WM_PROJECT_VERSION)'"' + + LIB_LIBS = -L$(FOAM_LIBBIN)/dummy -lPstream -lfoamUser -lz |