[Libreoffice-commits] .: RepositoryFixes.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Sep 9 05:21:26 PDT 2012
RepositoryFixes.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e6812db65e7e17d49d52ecb287fc80271a479022
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sun Sep 9 14:15:44 2012 +0200
fix libpng name for Windows
Change-Id: Idb0e3892ab2f3c1712f98fb9a1d4e4745686f202
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 829967f..60cf457 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -79,6 +79,7 @@ gb_Library_FILENAMES := $(patsubst curl:icurl%,curl:libcurl%,$(gb_Library_FILENA
gb_Library_FILENAMES := $(patsubst npsoplugin:inpsoplugin%,npsoplugin:npsoplugin%,$(gb_Library_FILENAMES))
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
+gb_StaticLibrary_FILENAMES := $(patsubst png:png%,png:libpng%,$(gb_StaticLibrary_FILENAMES))
ifeq ($(COM),GCC)
gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:crypto%,$(gb_Library_FILENAMES))
More information about the Libreoffice-commits
mailing list