summaryrefslogtreecommitdiffstats
path: root/src/lcms.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/lcms.mk')
-rw-r--r--src/lcms.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lcms.mk b/src/lcms.mk
index 9986569..c90c279 100644
--- a/src/lcms.mk
+++ b/src/lcms.mk
@@ -1,5 +1,6 @@
-# Copyright (C) 2009 Volker Grabsch
-# Bart van Andel
+# Copyright (C) 2009, 2010 Volker Grabsch
+# Bart van Andel
+# Martin Lambers
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -39,6 +40,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ # wine confuses the cross-compiling detection, so set it explicitly
+ $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure'
cd '$(1)' && ./configure \
--prefix='$(PREFIX)/$(TARGET)' \
--host='$(TARGET)' \