From 9529389231cfe44bff015a8fc511fff75910664d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 14 Feb 2012 11:39:36 +0100 Subject: [PATCH] Mark cppunit patch as upstreamed --- cppunit/makefile.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index 30734ce68899..d96d7f44ddf8 100644 --- a/cppunit/makefile.mk +++ b/cppunit/makefile.mk @@ -56,7 +56,9 @@ PATCH_FILES = solarisfinite.patch warnings.patch windows.patch ldflags.patch aix # # cppunit-1.12.1-warnings.patch: work around additional warnings (found when - # converting module unotest to gbuild) + # converting module unotest to gbuild); upstreamed as + # .IF "$(OS)" == "ANDROID" PATCH_FILES += android.patch