pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/elinks



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 30 18:56:19 UTC 2020

Modified Files:
        pkgsrc/www/elinks: Makefile

Log Message:
elinks: Explicitly disable Lua support.

It only supports Lua 5.0 which is absent from pkgsrc, so this never
worked anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/www/elinks/Makefile

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

Modified files:

Index: pkgsrc/www/elinks/Makefile
diff -u pkgsrc/www/elinks/Makefile:1.68 pkgsrc/www/elinks/Makefile:1.69
--- pkgsrc/www/elinks/Makefile:1.68     Fri May 22 10:56:44 2020
+++ pkgsrc/www/elinks/Makefile  Tue Jun 30 18:56:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2020/05/22 10:56:44 adam Exp $
+# $NetBSD: Makefile,v 1.69 2020/06/30 18:56:19 nia Exp $
 
 DISTNAME=              elinks-0.12pre6
 PKGNAME=               ${DISTNAME:S/pre/rc/}
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+=      --datadir=${PREFIX}/sha
 CONFIGURE_ARGS+=       --enable-256-colors
 CONFIGURE_ARGS+=       --enable-utf-8
 CONFIGURE_ARGS+=       --without-lzma
+CONFIGURE_ARGS+=       --without-lua
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -35,6 +36,4 @@ LIBS+=        -lexecinfo
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/lua/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index