[Libreoffice-commits] .: lcms2/makefile.mk

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Mar 19 05:42:55 PDT 2012


 lcms2/makefile.mk |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit f3e4e3ea9424fee25ddded30247a8e884ac4bd94
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Mar 19 13:42:15 2012 +0100

    Better check when to use the lcms2-windows-export.patch.

diff --git a/lcms2/makefile.mk b/lcms2/makefile.mk
index 99ad872..ce5f2be 100644
--- a/lcms2/makefile.mk
+++ b/lcms2/makefile.mk
@@ -41,16 +41,15 @@ TARFILE_MD5=327348d67c979c88c2dec59a23a17d85
 
 PATCH_FILES = lcms2.patch
 
-.IF "$(CROSS_COMPILING)"!="YES"
-PATCH_FILES += lcms2-windows-export.patch
-.ENDIF
-
 .IF "$(SYSTEM_LCMS2)" == "YES"
 @all:
     @echo "Using system littlecms2..."
 .ENDIF
 
 .IF "$(GUI)$(COM)"=="WNTMSC"
+
+PATCH_FILES += lcms2-windows-export.patch
+
 CONFIGURE_DIR=.
 
 CONFIGURE_ACTION =


More information about the Libreoffice-commits mailing list