[Libreoffice-commits] .: 2 commits - set_soenv.in
René Engelhard
rene at kemper.freedesktop.org
Wed Dec 22 07:05:02 PST 2010
set_soenv.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b481e73a401a893276ae4048b1420861572d186b
Author: Rene Engelhard <rene at debian.org>
Date: Wed Dec 22 16:04:34 2010 +0100
missing @
diff --git a/set_soenv.in b/set_soenv.in
index 3219ca0..0c7e1eb 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1989,7 +1989,7 @@ ToFile( "SYSTEM_CURL", "@SYSTEM_CURL@", "e" );
ToFile( "CURL_CFLAGS", "@CURL_CFLAGS@", "e" );
ToFile( "CURL_LIBS", "@CURL_LIBS@", "e" );
ToFile( "SYSTEM_BOOST", "@SYSTEM_BOOST@", "e" );
-ToFile( "MDDS_CPPFLAGS", "@MDDS_CPPFLAGS", "e" );
+ToFile( "MDDS_CPPFLAGS", "@MDDS_CPPFLAGS@", "e" );
ToFile( "SYSTEM_MDDS", "@SYSTEM_MDDS@", "e" );
ToFile( "SYSTEM_VIGRA", "@SYSTEM_VIGRA@", "e" );
ToFile( "SYSTEM_NEON", "@SYSTEM_NEON@", "e" );
commit 72fd50e69cf26e693a778e60399319a6e42cdffb
Author: Rene Engelhard <rene at debian.org>
Date: Wed Dec 22 16:00:11 2010 +0100
export MDDS_CPPFLAGS into the env
diff --git a/set_soenv.in b/set_soenv.in
index 1a23ec3..3219ca0 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1989,6 +1989,7 @@ ToFile( "SYSTEM_CURL", "@SYSTEM_CURL@", "e" );
ToFile( "CURL_CFLAGS", "@CURL_CFLAGS@", "e" );
ToFile( "CURL_LIBS", "@CURL_LIBS@", "e" );
ToFile( "SYSTEM_BOOST", "@SYSTEM_BOOST@", "e" );
+ToFile( "MDDS_CPPFLAGS", "@MDDS_CPPFLAGS", "e" );
ToFile( "SYSTEM_MDDS", "@SYSTEM_MDDS@", "e" );
ToFile( "SYSTEM_VIGRA", "@SYSTEM_VIGRA@", "e" );
ToFile( "SYSTEM_NEON", "@SYSTEM_NEON@", "e" );
More information about the Libreoffice-commits
mailing list