diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-08-14 13:34:51 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-08-14 14:41:04 +0200 |
commit | 358898aefabc7ac13e26619911c90709dc1eaef7 (patch) | |
tree | 47445992e959221aa75b022d319238405fe47eb3 /Makethird | |
parent | d812f7ca3a2d1f87b18d6583dad4abfc9d01b3ae (diff) | |
download | mupdf-358898aefabc7ac13e26619911c90709dc1eaef7.tar.xz |
Fix build of curl on macosx.
Only build mupdf-x11-curl if the curl thirdparty library exists.
Diffstat (limited to 'Makethird')
-rw-r--r-- | Makethird | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -442,8 +442,7 @@ $(CURL_OUT)/%.o: $(CURL_DIR)/lib/%.c | $(CURL_OUT) $(CC_CMD) $(CRL_CFLAGS) CURL_CFLAGS := -I$(CURL_DIR)/include -CURL_LIBS := -lpthread -lrt +CURL_LIBS := $(SYS_CURL_DEPS) else -CURL_CFLAGS := $(SYS_CURL_CFLAGS) -CURL_LIBS := $(SYS_CURL_LIBS) +NOCURL := yes endif |