[Libreoffice-commits] .: config_host.mk.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 12 03:56:14 PST 2012


 config_host.mk.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfd8721577f0b26e890ab1528e2a71ad4889cb70
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Nov 12 12:55:22 2012 +0100

    fix gb_SPACE in LIBPNG_CFLAGS
    
    Change-Id: I901390b39573f7cf8b3a8971e32e52e9d479d645

diff --git a/config_host.mk.in b/config_host.mk.in
index f4d31c3..57db3f3 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -338,7 +338,7 @@ export LIBLANGTAG_TARBALL=@LIBLANGTAG_TARBALL@
 export LIBLOADER_JAR=@LIBLOADER_JAR@
 export LIBMGR_X64_BINARY=@LIBMGR_X64_BINARY@
 export LIBMYSQL_PATH=@LIBMYSQL_PATH@
-export LIBPNG_CFLAGS$(gb_SPACE)=@LIBPNG_CFLAGS@
+export LIBPNG_CFLAGS=$(gb_SPACE)@LIBPNG_CFLAGS@
 export LIBPNG_LIBS=$(gb_SPACE)@LIBPNG_LIBS@
 export LIBREPOSITORY_JAR=@LIBREPOSITORY_JAR@
 export LIBSERIALIZER_JAR=@LIBSERIALIZER_JAR@


More information about the Libreoffice-commits mailing list