Tue Jun 16 16:18:02 2020 UTC ()
include examples in default package


(scole)
diff -r1.2 -r1.3 pkgsrc/devel/RE-flex/options.mk

cvs diff -r1.2 -r1.3 pkgsrc/devel/RE-flex/options.mk (expand / switch to unified diff)

--- pkgsrc/devel/RE-flex/options.mk 2020/06/16 16:08:01 1.2
+++ pkgsrc/devel/RE-flex/options.mk 2020/06/16 16:18:02 1.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: options.mk,v 1.2 2020/06/16 16:08:01 scole Exp $ 1# $NetBSD: options.mk,v 1.3 2020/06/16 16:18:02 scole Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.RE_flex 3PKG_OPTIONS_VAR= PKG_OPTIONS.RE_flex
4PKG_SUPPORTED_OPTIONS= cpu-optimization doxygen examples 4PKG_SUPPORTED_OPTIONS= cpu-optimization doxygen examples
5PKG_SUGGESTED_OPTIONS= cpu-optimization 5PKG_SUGGESTED_OPTIONS= cpu-optimization examples
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9# XXX don't build with cpu optimizations detected during configure 9# XXX don't build with cpu optimizations detected during configure
10.if empty(PKG_OPTIONS:Mcpu-optimization) 10.if empty(PKG_OPTIONS:Mcpu-optimization)
11CONFIGURE_ARGS+= --disable-avx 11CONFIGURE_ARGS+= --disable-avx
12CONFIGURE_ARGS+= --disable-sse2 12CONFIGURE_ARGS+= --disable-sse2
13CONFIGURE_ARGS+= --disable-neon 13CONFIGURE_ARGS+= --disable-neon
14.endif 14.endif
15 15
16# build and install html docs 16# build and install html docs
17PLIST_VARS+= doxygen 17PLIST_VARS+= doxygen
18.if !empty(PKG_OPTIONS:Mdoxygen) 18.if !empty(PKG_OPTIONS:Mdoxygen)