summaryrefslogtreecommitdiff
path: root/patches/src680/svx-customshapes-NOOPTFILES.diff
blob: 0ef5ae71998026f47d9aab5e2eaa3893d34ecd70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: source/customshapes/makefile.mk
===================================================================
RCS file: /cvs/graphics/svx/source/customshapes/makefile.mk,v
retrieving revision 1.9
diff -u -u -r1.9 makefile.mk
--- svx/source/customshapes/makefile.mk	1 Mar 2005 19:06:56 -0000	1.9
+++ svx/source/customshapes/makefile.mk	22 Aug 2005 02:01:36 -0000
@@ -81,6 +81,10 @@
 .IF "$(OS)"=="MACOSX"
 NOOPTFILES= $(SLO)$/EnhancedCustomShapeFunctionParser.obj
 .ENDIF
+# http://gcc.gnu.org/PR22392
+.IF "$(OS)"=="LINUX" &&  "$(CPU)"=="P" || "$(CPU)"=="Y")
+NOOPTFILES= $(SLO)$/EnhancedCustomShapeFunctionParser.obj
+.ENDIF
 
 UNOTYPES=	com.sun.star.uno.XWeak									\
 			com.sun.star.uno.XNamingService							\