diff options
author | Rene Engelhard <rene@debian.org> | 2012-09-19 20:44:03 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-09-19 20:48:22 +0200 |
commit | ed5c2c95b7ec0f6b81e4ad7b8dd481bf8e494b1d (patch) | |
tree | d8b253a8e68054f7d6e998079009491561c25d35 /xmlhelp/Library_ucpchelp1.mk | |
parent | e989d167485e1e15d0aedef600ee450f01382382 (diff) |
fix system-clucene/-boost build with gcc 4.4
Change-Id: I95d23e6728571b3f3a6421a05fec814f7c5d059c
Diffstat (limited to 'xmlhelp/Library_ucpchelp1.mk')
-rw-r--r-- | xmlhelp/Library_ucpchelp1.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk index d98200da17aa..7e867cc96875 100644 --- a/xmlhelp/Library_ucpchelp1.mk +++ b/xmlhelp/Library_ucpchelp1.mk @@ -91,4 +91,10 @@ $(eval $(call gb_Library_add_exception_objects,ucpchelp1,\ xmlhelp/source/cxxhelp/util/Decompressor \ )) +ifeq ($(HAVE_CXX0X),TRUE) +$(eval $(call gb_Library_add_defs,ucpchelp1,\ + -DHAVE_CXX0X \ +)) +endif + # vim: set shiftwidth=4 tabstop=4 noexpandtab: |