View | Details | Raw Unified | Return to bug 243316
Collapse All | Expand All

(-)b/Makefile (-1 / +3 lines)
Lines 37-42 USES= compiler:c++11-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz Link Here
37
CFLAGS+=	-fPIC
37
CFLAGS+=	-fPIC
38
CONFIGURE_ARGS=	--datadir=${PREFIX}/share \
38
CONFIGURE_ARGS=	--datadir=${PREFIX}/share \
39
		--enable-static=yes \
39
		--enable-static=yes \
40
		--with-crypto=yes \
41
		--without-exr \
40
		--with-geotiff=yes \
42
		--with-geotiff=yes \
41
		--with-gif=yes \
43
		--with-gif=yes \
42
		--with-gnm=yes \
44
		--with-gnm=yes \
Lines 44-50 CONFIGURE_ARGS= --datadir=${PREFIX}/share \ Link Here
44
		--with-libjson-c=yes \
46
		--with-libjson-c=yes \
45
		--with-liblzma=yes \
47
		--with-liblzma=yes \
46
		--with-libtiff=yes \
48
		--with-libtiff=yes \
47
		--with-libz=/usr \
49
		--with-libz=external \
48
		--with-png=yes \
50
		--with-png=yes \
49
		--with-proj=yes \
51
		--with-proj=yes \
50
		--with-threads=yes \
52
		--with-threads=yes \

Return to bug 243316