From 0bf0b31c5413ea5175ea6e0183218bf4d907928d Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 24 Feb 2012 13:39:23 +0100 Subject: [PATCH] Build jbig2dec as shared library, fix mupdf.run --- libports/lib/mk/jbig2dec.mk | 2 ++ libports/run/mupdf.run | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libports/lib/mk/jbig2dec.mk b/libports/lib/mk/jbig2dec.mk index dcf35c6336..bd350ff9ca 100644 --- a/libports/lib/mk/jbig2dec.mk +++ b/libports/lib/mk/jbig2dec.mk @@ -13,4 +13,6 @@ CC_OPT += -DHAVE_STRING_H -DHAVE_STDINT_H # disable warning noise for contrib code CC_WARN = -Wno-deprecated-declarations +SHARED_LIB = yes + vpath %.c $(JBIG2DEC_DIR) diff --git a/libports/run/mupdf.run b/libports/run/mupdf.run index 569bb7aa09..b48e04fa12 100644 --- a/libports/run/mupdf.run +++ b/libports/run/mupdf.run @@ -72,7 +72,7 @@ install_config $config # if {![file exist bin/test.pdf]} { set pdf_url "http://genode-labs.com/publications/genode-fpga-graphics-2009.pdf" - catch { exec wget $pdf_url -O bin/test.pdf] } + catch { exec wget $pdf_url -O bin/test.pdf } } if {![file exist bin/test.pdf]} {