Hi,

I can't build cppunit on Windows without this patch.
I did not push this because obviously others don't need this patch.
Is it save to push ?

Matus
From e1b0a03239172433c50689f3928c05b2c67c9fff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= <matus.ku...@gmail.com>
Date: Sat, 10 Mar 2012 17:07:46 +0100
Subject: [PATCH] cppunit: fix windows build, set include path

---
 cppunit/ooo-cppunit_dll.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cppunit/ooo-cppunit_dll.mk b/cppunit/ooo-cppunit_dll.mk
index 048a51e..f628cbf 100644
--- a/cppunit/ooo-cppunit_dll.mk
+++ b/cppunit/ooo-cppunit_dll.mk
@@ -36,7 +36,7 @@ nodep = TRUE
 .INCLUDE: settings.mk
 
 CDEFS += -DCPPUNIT_BUILD_DLL
-CFLAGSCXX += -I../../include
+CFLAGS += -I../../include
 UWINAPILIB =
 
 SLOFILES = $(SHL1OBJS)
-- 
1.7.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to