pkgsrc-WIP-changes archive

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

newbsoat233: Update wip/newsboat233



Module Name:	pkgsrc-wip
Committed By:	nebbionegiuseppe <nebbionegiuseppe%gmail.com@localhost>
Pushed By:	nebbionegiuseppe
Date:		Tue Oct 24 11:06:06 2023 +0200
Changeset:	87cd20b4be69c620df09a88125cefff903fd86db

Modified Files:
	newsboat233/Makefile

Log Message:
newbsoat233: Update wip/newsboat233

Added USE_GNU_ICONV = yes as the program uses the WCHAR_T
type.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=87cd20b4be69c620df09a88125cefff903fd86db

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

diffstat:
 newsboat233/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/newsboat233/Makefile b/newsboat233/Makefile
index f3b29b020c..fa4fcf2cfa 100644
--- a/newsboat233/Makefile
+++ b/newsboat233/Makefile
@@ -22,6 +22,13 @@ BUILD_TARGET=		all
 FAKE_NCURSES=		yes
 
 
+
+USE_GNU_ICONV=		yes
+
+
+
+
+
 SUBST_CLASSES+=		  makefile
 SUBST_STAGE.makefile=     pre-configure 
 SUBST_FILES.makefile=     Makefile


Home | Main Index | Thread Index | Old Index