Wed Dec 3 06:36:49 2014 UTC ()
let to be usable with libjpeg-turbo.


(obache)
diff -r1.2 -r1.3 pkgsrc/graphics/libsixel/options.mk

cvs diff -r1.2 -r1.3 pkgsrc/graphics/libsixel/options.mk (expand / switch to unified diff)

--- pkgsrc/graphics/libsixel/options.mk 2014/11/09 07:19:54 1.2
+++ pkgsrc/graphics/libsixel/options.mk 2014/12/03 06:36:49 1.3
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: options.mk,v 1.2 2014/11/09 07:19:54 obache Exp $ 1# $NetBSD: options.mk,v 1.3 2014/12/03 06:36:49 obache Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.libsixel 3PKG_OPTIONS_VAR= PKG_OPTIONS.libsixel
4PKG_SUPPORTED_OPTIONS= curl gd gdk-pixbuf2 jpeg png 4PKG_SUPPORTED_OPTIONS= curl gd gdk-pixbuf2 jpeg png
5PKG_SUGGESTED_OPTIONS= curl jpeg png 5PKG_SUGGESTED_OPTIONS= curl jpeg png
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9.if !empty(PKG_OPTIONS:Mcurl) 9.if !empty(PKG_OPTIONS:Mcurl)
10CONFIGURE_ARGS+= --with-libcurl 10CONFIGURE_ARGS+= --with-libcurl
11.include "../../www/curl/buildlink3.mk" 11.include "../../www/curl/buildlink3.mk"
12.else 12.else
13CONFIGURE_ARGS+= --without-libcurl 13CONFIGURE_ARGS+= --without-libcurl
14.endif 14.endif
15 15
16.if !empty(PKG_OPTIONS:Mjpeg) 16.if !empty(PKG_OPTIONS:Mjpeg)
17CONFIGURE_ARGS+= --with-jpeg 17CONFIGURE_ARGS+= --with-jpeg
18.include "../../graphics/jpeg/buildlink3.mk" 18.include "../../mk/jpeg.buildlink3.mk"
19.else 19.else
20CONFIGURE_ARGS+= --without-jpeg 20CONFIGURE_ARGS+= --without-jpeg
21.endif 21.endif
22 22
23.if !empty(PKG_OPTIONS:Mpng) 23.if !empty(PKG_OPTIONS:Mpng)
24CONFIGURE_ARGS+= --with-png 24CONFIGURE_ARGS+= --with-png
25.include "../../graphics/png/buildlink3.mk" 25.include "../../graphics/png/buildlink3.mk"
26.else 26.else
27CONFIGURE_ARGS+= --without-png 27CONFIGURE_ARGS+= --without-png
28.endif 28.endif
29 29
30.if !empty(PKG_OPTIONS:Mgd) 30.if !empty(PKG_OPTIONS:Mgd)
31CONFIGURE_ARGS+= --with-gd 31CONFIGURE_ARGS+= --with-gd