Dash:
[t2.git] / package / office / openoffice / cppunit-dmake.patch
blobb764875ff6c02cde69ab95ced0a7fbbbfaf645c2
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../openoffice-org/cppunit-dmake.patch
5 # Copyright (C) 2009 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ./cppunit/cppunit-1.8.0-r1.patch.orig 2008-12-15 17:42:05.000000000 +0100
18 +++ ./cppunit/cppunit-1.8.0-r1.patch 2009-10-24 16:40:08.000000000 +0200
19 @@ -4289,9 +4289,9 @@
20 +#*************************************************************************
22 +target:
23 -+ cd src$/win32 && $(MAKE) $(MFLAGS) $(CALLMACROS)
24 -+ cd src$/result && $(MAKE) $(MFLAGS) $(CALLMACROS)
25 -+ cd src$/cppunit && $(MAKE) $(MFLAGS) $(CALLMACROS)
26 ++ cd src$/win32 && dmake $(MFLAGS) $(CALLMACROS)
27 ++ cd src$/result && dmake $(MFLAGS) $(CALLMACROS)
28 ++ cd src$/cppunit && dmake $(MFLAGS) $(CALLMACROS)
29 Nur in misc/build/cppunit-1.8.0: makefile.mk.dummy.
30 --- misc/cppunit-1.8.0/src/cppunit/Asserter.cpp 2002-03-27 20:04:02.000000000 +0100
31 +++ misc/build/cppunit-1.8.0/src/cppunit/Asserter.cpp 2008-02-27 17:21:16.000000000 +0100
32 @@ -6296,9 +6296,9 @@
33 +#*************************************************************************
35 +target:
36 -+ cd cppunit && $(MAKE) $(MFLAGS) $(CALLMACROS)
37 -+ cd result && $(MAKE) $(MFLAGS) $(CALLMACROS)
38 -+ cd win32 && $(MAKE) $(MFLAGS) $(CALLMACROS)
39 ++ cd cppunit && dmake $(MFLAGS) $(CALLMACROS)
40 ++ cd result && dmake $(MFLAGS) $(CALLMACROS)
41 ++ cd win32 && dmake $(MFLAGS) $(CALLMACROS)
42 Nur in misc/build/cppunit-1.8.0/src: makefile.mk.dummy.
43 --- misc/cppunit-1.8.0/src/result/SynchronizedObject.cpp 2008-12-10 20:46:05.438373643 +0100
44 +++ misc/build/cppunit-1.8.0/src/result/SynchronizedObject.cpp 2008-02-27 17:26:28.000000000 +0100