diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-14 11:39:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-14 11:40:31 +0100 |
commit | 9529389231cfe44bff015a8fc511fff75910664d (patch) | |
tree | 6de7adcbaf404aa4e1d6809288e934bb7b4888af /cppunit | |
parent | f9d2a8643548d6bc138f8b36a8fff95d658d5bc1 (diff) |
Mark cppunit patch as upstreamed
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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 # <http://cgit.freedesktop.org/libreoffice/cppunit/commit/?id= # 7a09bf3a88e99d85c4dec2ad296309dbec2987c3> # cppunit-1.12.1-warnings.patch: work around additional warnings (found when - # converting module unotest to gbuild) + # converting module unotest to gbuild); upstreamed as + # <http://cgit.freedesktop.org/libreoffice/cppunit/commit/?id= + # 0f75eaa0b8de3d68e8b5b5447fbc009531183cb5> .IF "$(OS)" == "ANDROID" PATCH_FILES += android.patch |