summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-21 14:29:45 +0000
committerTor Andersson <tor@ghostscript.com>2010-07-21 14:29:45 +0000
commitf80091ed41a318c328b76cc307ec715807173085 (patch)
tree44bbc5f616449f4cde0e63d5d1a93da2d72db8cc /Makethird
parentff2bd7646725c2db1ef1f700b8b92e7820467e0d (diff)
downloadmupdf-f80091ed41a318c328b76cc307ec715807173085.tar.xz
Fixes to compile with MSYS.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makethird b/Makethird
index cbfd69c1..62ac8a0c 100644
--- a/Makethird
+++ b/Makethird
@@ -70,7 +70,7 @@ OPENJPEG_LIB=$(OBJDIR)/libopenjpeg.a
$(OPENJPEG_LIB): $(OPENJPEG_OBJ)
$(AR_CMD)
$(OBJDIR)/opj_%.o: $(openjpeg_dir)/%.c
- $(CC_CMD)
+ $(CC_CMD) -DOPJ_STATIC
endif