summaryrefslogtreecommitdiffstats
path: root/libcdr
diff options
context:
space:
mode:
Diffstat (limited to 'libcdr')
-rw-r--r--libcdr/libcdr-0.0.5.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/libcdr/libcdr-0.0.5.patch b/libcdr/libcdr-0.0.5.patch
index 279c365e346b..b622bd6a45e0 100644
--- a/libcdr/libcdr-0.0.5.patch
+++ b/libcdr/libcdr-0.0.5.patch
@@ -18,18 +18,3 @@
#endif
---- misc/libcdr-0.0.5/src/lib/makefile.mk
-+++ misc/build/libcdr-0.0.5/src/lib/makefile.mk
-@@ -32,6 +32,12 @@
- INCPRE+=$(LCMS2_CFLAGS)
- .ELSE
- INCPRE+=$(SOLARVER)$/$(INPATH)$/inc$/lcms2
-+.IF "$(COM)" == "MSC"
-+# lcms2 gets built to use the stdcall calling convention, for some reason.
-+# The lcms2 headers need this in order to decorate functions with stdcall,
-+# so that they will be found when linking.
-+CDEFS+=-DCMS_DLL
-+.ENDIF
- .ENDIF
-
- .IF "$(SYSTEM_ZLIB)" != "YES"