]> git.tokkee.org Git - inkscape.git/commitdiff

Code

fix lcms flag
authorishmal <ishmal@users.sourceforge.net>
Thu, 4 May 2006 09:42:21 +0000 (09:42 +0000)
committerishmal <ishmal@users.sourceforge.net>
Thu, 4 May 2006 09:42:21 +0000 (09:42 +0000)
Makefile.mingw.common
config.h.mingw

index 60177a4c08c9343c71e6ffb4a0e57678584da62e..f7032d33e4f934015bfa29a251b3eb53bab1fe81 100644 (file)
@@ -144,7 +144,7 @@ VERSION = \"$(VERSION_NR)\"
 
 ####### the XP_WIN def is necessary for libjs.a
 CFLAGS = -O3 -g -Wall -mms-bitfields -DVERSION=$(VERSION) \
--DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H -DENABLE_LCMS
+-DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H
 
 ####### Inkboard abilities.
 ####### You must 'make -f Makefile.mingw clean' when turning this on or off
index c80c9089b19afc809132ea562fad3903aba5d728..c0381bfeb90d5f2b98bffa1208c1783bacaf039e 100644 (file)
@@ -32,6 +32,8 @@
 #define HAVE_STDLIB_H                 1
 #define HAVE_SYS_STAT_H               1
 
+#define ENABLE_LCMS                   1
+
 #define ENABLE_NLS                    1
 #define HAVE_BIND_TEXTDOMAIN_CODESET  1