Sun Dec 5 18:17:24 2021 UTC ()
Reorder CONFIGURE_ARGS from previous. NFCI.


(schmonz)
diff -r1.106 -r1.107 pkgsrc/www/lighttpd/Makefile

cvs diff -r1.106 -r1.107 pkgsrc/www/lighttpd/Makefile (expand / switch to context diff)
--- pkgsrc/www/lighttpd/Makefile 2021/12/05 18:15:19 1.106
+++ pkgsrc/www/lighttpd/Makefile 2021/12/05 18:17:24 1.107
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2021/12/05 18:15:19 schmonz Exp $
+# $NetBSD: Makefile,v 1.107 2021/12/05 18:17:24 schmonz Exp $
 
 DISTNAME=	lighttpd-1.4.63
 CATEGORIES=	www
@@ -16,9 +16,9 @@
 GNU_CONFIGURE=			yes
 GNU_CONFIGURE_LIBSUBDIR=	${PKGBASE}
 CONFIGURE_ARGS+=		--with-pcre2
+CONFIGURE_ARGS+=		--with-xxhash
 # used for digest auth when no SSL library is available
 CONFIGURE_ARGS+=		--without-nettle
-CONFIGURE_ARGS+=		--with-xxhash
 TEST_TARGET=			check
 
 DOCDIR=			${PREFIX}/share/doc/${PKGBASE}