aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-i76969
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-i76969')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7696940
1 files changed, 40 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i76969 b/editors/openoffice.org-vcltesttool/files/patch-i76969
new file mode 100644
index 000000000000..123402727290
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i76969
@@ -0,0 +1,40 @@
+Index: solenv/inc/unxfbsd.mk
+===================================================================
+RCS file: /cvs/tools/solenv/inc/unxfbsd.mk,v
+retrieving revision 1.3
+diff -u -r1.3 unxfbsd.mk
+--- solenv/inc/unxfbsd.mk 9 Mar 2007 09:07:55 -0000 1.3
++++ solenv/inc/unxfbsd.mk 4 May 2007 16:22:53 -0000
+@@ -121,12 +121,6 @@
+ # Compiler flags for debugging
+ CFLAGSDEBUG=-g
+ CFLAGSDBGUTIL=
+-# Compiler flags for enabling optimizations
+-.IF "$(PRODUCT)"!=""
+-CFLAGSOPT=-Os -fno-strict-aliasing # optimizing for products
+-.ELSE # "$(PRODUCT)"!=""
+-CFLAGSOPT= # no optimizing for non products
+-.ENDIF # "$(PRODUCT)"!=""
+ # Compiler flags for disabling optimizations
+ CFLAGSNOOPT=-O0
+ # Compiler flags for describing the output path
+Index: solenv/inc/unxfbsdi.mk
+===================================================================
+RCS file: /cvs/tools/solenv/inc/unxfbsdi.mk,v
+retrieving revision 1.24
+diff -u -r1.24 unxfbsdi.mk
+--- solenv/inc/unxfbsdi.mk 19 Jul 2006 09:27:04 -0000 1.24
++++ solenv/inc/unxfbsdi.mk 4 May 2007 16:22:53 -0000
+@@ -43,5 +43,12 @@
+ # exporting the variable ARCH_FLAGS="..." in the shell, which is used to start build
+ ARCH_FLAGS*=-mtune=pentiumpro
+
++# Compiler flags for enabling optimizations
++.IF "$(PRODUCT)"!=""
++CFLAGSOPT=-Os -fno-strict-aliasing # optimizing for products
++.ELSE # "$(PRODUCT)"!=""
++CFLAGSOPT= # no optimizing for non products
++.ENDIF # "$(PRODUCT)"!=""
++
+ # platform specific identifier for shared libs
+ DLLPOSTFIX=fi