diff options
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-solenv+inc+unxfbsdi.mk')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-solenv+inc+unxfbsdi.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice-2.0-devel/files/patch-solenv+inc+unxfbsdi.mk index dcdd1ccdc421..f3f55df061d4 100644 --- a/editors/openoffice-2.0-devel/files/patch-solenv+inc+unxfbsdi.mk +++ b/editors/openoffice-2.0-devel/files/patch-solenv+inc+unxfbsdi.mk @@ -127,9 +127,9 @@ diff -u -r1.11 unxfbsdi.mk +# Compiler flags for compiling static object in multi threaded environment with character user interface +CFLAGSOBJCUIMT= +# Compiler flags for compiling shared object in multi threaded environment with graphical user interface -+CFLAGSSLOGUIMT=-fpic ++CFLAGSSLOGUIMT=-fPIC +# Compiler flags for compiling shared object in multi threaded environment with character user interface -+CFLAGSSLOCUIMT=-fpic ++CFLAGSSLOCUIMT=-fPIC +# Compiler flags for profiling +CFLAGSPROF= # Compiler flags for debugging |