pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano editors/nano: ensure pkg-config is used f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dd8f77fe371
branches:  trunk
changeset: 450988:0dd8f77fe371
user:      thor <thor%pkgsrc.org@localhost>
date:      Fri Apr 23 17:05:26 2021 +0000

description:
editors/nano: ensure pkg-config is used for ncurses search

diffstat:

 editors/nano/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r db41a036f377 -r 0dd8f77fe371 editors/nano/Makefile
--- a/editors/nano/Makefile     Fri Apr 23 16:56:35 2021 +0000
+++ b/editors/nano/Makefile     Fri Apr 23 17:05:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2021/03/03 23:35:57 schwarz Exp $
+# $NetBSD: Makefile,v 1.96 2021/04/23 17:05:26 thor Exp $
 
 DISTNAME=      nano-5.6.1
 CATEGORIES=    editors
@@ -17,6 +17,9 @@
 CONFIGURE_ARGS+=       --enable-multibuffer
 CONFIGURE_ARGS+=       --enable-nanorc
 CONFIGURE_ARGS+=       --enable-extra
+# Help it find our preferrend ncursesw using pkg-config instead
+# of resorting to outdated ncursesw5-config in host system on SLES 11.
+CONFIGURE_ARGS+=        PKG_CONFIG=pkg-config
 
 INFO_FILES=            yes
 



Home | Main Index | Thread Index | Old Index