Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/net/bind914/Attic/options.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/bind914/Attic/options.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pkgsrc/net/bind914/Attic/options.mk 2019/11/03 11:45:30 1.3 +++ pkgsrc/net/bind914/Attic/options.mk 2020/05/10 14:25:42 1.4 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2019/11/03 11:45:30 rillig Exp $ +# $NetBSD: options.mk,v 1.4 2020/05/10 14:25:42 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bind914 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server @@ -116,9 +116,6 @@ CONFIGURE_ARGS+= --without-libjson ### .if !empty(PKG_OPTIONS:Mthreads) PTHREAD_AUTO_VARS= yes -CONFIGURE_ARGS+= --enable-threads -.else -CONFIGURE_ARGS+= --disable-threads .endif ###