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