pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/discount
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 5 08:42:29 UTC 2026
Modified Files:
pkgsrc/textproc/discount: Makefile
Log Message:
discount: force unsigned chars on NetBSD
Fixes p5-Text-Markdown-Discount.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/discount/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/discount/Makefile
diff -u pkgsrc/textproc/discount/Makefile:1.21 pkgsrc/textproc/discount/Makefile:1.22
--- pkgsrc/textproc/discount/Makefile:1.21 Sun Jan 4 21:56:31 2026
+++ pkgsrc/textproc/discount/Makefile Mon Jan 5 08:42:29 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2026/01/04 21:56:31 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/01/05 08:42:29 wiz Exp $
DISTNAME= discount-2.2.7d
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Orc/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/${PK
CONFIGURE_ARGS+= --shared
CONFIGURE_ARGS+= --enable-all-features
+CFLAGS.NetBSD+= -funsigned-char
+
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libmarkdown.pc.in
Home |
Main Index |
Thread Index |
Old Index