pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/kore



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Mar 12 21:25:53 UTC 2021

Modified Files:
        pkgsrc/www/kore: options.mk

Log Message:
kore: add an 'acme' build option to allow compiling in ACME support.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/kore/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/kore/options.mk
diff -u pkgsrc/www/kore/options.mk:1.1 pkgsrc/www/kore/options.mk:1.2
--- pkgsrc/www/kore/options.mk:1.1      Thu Aug 22 13:30:31 2019
+++ pkgsrc/www/kore/options.mk  Fri Mar 12 21:25:53 2021
@@ -1,10 +1,17 @@
-# $NetBSD: options.mk,v 1.1 2019/08/22 13:30:31 fcambus Exp $
+# $NetBSD: options.mk,v 1.2 2021/03/12 21:25:53 fcambus Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kore
-PKG_SUPPORTED_OPTIONS= curl debug
+PKG_SUPPORTED_OPTIONS= acme curl debug
 
 .include "../../mk/bsd.options.mk"
 
+# Compile in ACME support
+.if !empty(PKG_OPTIONS:Macme)
+.  include "../../www/curl/buildlink3.mk"
+MAKE_FLAGS+=   ACME=1
+USE_TOOLS+=    pkg-config
+.endif
+
 # Compile in asynchronous curl support
 .if !empty(PKG_OPTIONS:Mcurl)
 .  include "../../www/curl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index