pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/nickle



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jun 19 22:07:22 UTC 2023

Modified Files:
        pkgsrc/math/nickle: Makefile

Log Message:
nickle: fix readline detection when using pkgsrc readline


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/nickle/Makefile

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

Modified files:

Index: pkgsrc/math/nickle/Makefile
diff -u pkgsrc/math/nickle/Makefile:1.27 pkgsrc/math/nickle/Makefile:1.28
--- pkgsrc/math/nickle/Makefile:1.27    Sun Jun 18 19:37:37 2023
+++ pkgsrc/math/nickle/Makefile Mon Jun 19 22:07:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/06/18 19:37:37 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/06/19 22:07:22 tnn Exp $
 
 DISTNAME=      nickle-2.92
 CATEGORIES=    math lang
@@ -11,6 +11,8 @@ LICENSE=      mit
 
 GNU_CONFIGURE= yes
 
+CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
+
 # suppress detection of DOCBOOK
 CONFIGURE_ENV+=        ac_cv_path_DOCBOOK2PDF=
 



Home | Main Index | Thread Index | Old Index