pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/swi-prolog-lite



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Aug  9 23:16:48 UTC 2020

Modified Files:
        pkgsrc/lang/swi-prolog-lite: Makefile

Log Message:
Don't depend on openssl.cnf to exist.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/swi-prolog-lite/Makefile

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

Modified files:

Index: pkgsrc/lang/swi-prolog-lite/Makefile
diff -u pkgsrc/lang/swi-prolog-lite/Makefile:1.31 pkgsrc/lang/swi-prolog-lite/Makefile:1.32
--- pkgsrc/lang/swi-prolog-lite/Makefile:1.31   Sat Jan 18 21:49:44 2020
+++ pkgsrc/lang/swi-prolog-lite/Makefile        Sun Aug  9 23:16:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/18 21:49:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2020/08/09 23:16:48 joerg Exp $
 
 .include "Makefile.common"
 
@@ -23,6 +23,8 @@ CMAKE_ARGS+=          -DSWIPL_PACKAGES_X=OFF
 
 USE_TOOLS+=            bash:run
 
+MAKE_ENV+=             OPENSSL_CONF=/dev/null
+
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(LP64PLATFORMS:@.PLAT.@${MACHINE_PLATFORM:M${.PLAT.}}@) || \



Home | Main Index | Thread Index | Old Index