summaryrefslogtreecommitdiff
path: root/sysui/desktop/util/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 15:54:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 15:54:58 +0000
commitc8e3b4a7f27dadee095e044ef84170e8855e70f9 (patch)
treee42823edb6a9b5e48e1eb3e1b71e9cd2ecb45551 /sysui/desktop/util/makefile.mk
parent5b8d88237ed01b352a06ae0190e7de66e4a7913a (diff)
INTEGRATION: CWS sb37 (1.8.50); FILE MERGED
2005/09/12 17:01:06 hjs 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/12 16:22:58 hjs 1.8.50.1: #125477# soften C restrictions because of gnome inludes
Diffstat (limited to 'sysui/desktop/util/makefile.mk')
-rw-r--r--sysui/desktop/util/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/sysui/desktop/util/makefile.mk b/sysui/desktop/util/makefile.mk
index 28bd2eedf877..2269144b0aed 100644
--- a/sysui/desktop/util/makefile.mk
+++ b/sysui/desktop/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 11:51:24 $
+# last change: $Author: hr $ $Date: 2005-12-28 16:54:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,13 @@ PKGCONFIG_MODULES=gnome-vfs-2.0 ORBit-2.0 ORBit-CosNaming-2.0 gconf-2.0 bonobo-a
.INCLUDE: pkg_config.mk
.IF "$(OS)" == "SOLARIS"
+.IF "$(SYSBASE)"!=""
+.IF "$(COMNAME)"=="sunpro5"
+# soften C restrictions to survive "inline" keyword
+CFLAGSCC!:=$(subst,-xc99=none,-xc99=no_lib $(CFLAGSCC))
+.ENDIF # "$(COMNAME)"=="sunpro5"
+.ENDIF # "$(SYSBASE)"!=""
+
LINKFLAGS+=-z nodefs
.ENDIF # "$(OS)" == "SOLARIS"