From 44427e240465477acac95390d8195cc4eacfdd94 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 8 Mar 2021 12:32:27 +0000 Subject: [PATCH] move DEBUG_PACKAGES before including bsd.port.arch.mk --- net/libproxy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index b39bf586d41..7cfebbbe558 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2021/02/23 19:39:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.69 2021/03/08 12:32:27 sthen Exp $ COMMENT-main= library handling all the details of proxy configuration COMMENT-webkit= pacrunner libproxy plugin for webkit-based browsers @@ -68,6 +68,9 @@ CONFIGURE_ARGS= -DCMAKE_C_FLAGS="${CFLAGS}" \ -DWITH_NATUS:BOOL=OFF \ -DBIPR:BOOL=OFF +# before bsd.port.arch.mk +DEBUG_PACKAGES= ${BUILD_PACKAGES} + .include .if ${BUILD_PACKAGES:M-webkit} CONFIGURE_ARGS += -DWITH_WEBKIT3:BOOL=ON @@ -75,6 +78,4 @@ CONFIGURE_ARGS += -DWITH_WEBKIT3:BOOL=ON CONFIGURE_ARGS += -DWITH_WEBKIT:BOOL=OFF .endif -DEBUG_PACKAGES= ${BUILD_PACKAGES} - .include