pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/nano
Module Name: pkgsrc
Committed By: thor
Date: Fri Apr 23 17:05:26 UTC 2021
Modified Files:
pkgsrc/editors/nano: Makefile
Log Message:
editors/nano: ensure pkg-config is used for ncurses search
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/editors/nano/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.95 pkgsrc/editors/nano/Makefile:1.96
--- pkgsrc/editors/nano/Makefile:1.95 Wed Mar 3 23:35:57 2021
+++ pkgsrc/editors/nano/Makefile Fri Apr 23 17:05:26 2021
@@ -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-color
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