pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/detex
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 8 12:29:31 UTC 2026
Modified Files:
pkgsrc/textproc/detex: Makefile
Log Message:
detex: fix build on -current
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/detex/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/detex/Makefile
diff -u pkgsrc/textproc/detex/Makefile:1.16 pkgsrc/textproc/detex/Makefile:1.17
--- pkgsrc/textproc/detex/Makefile:1.16 Sun Jan 26 17:32:13 2020
+++ pkgsrc/textproc/detex/Makefile Wed Apr 8 12:29:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/26 17:32:13 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2026/04/08 12:29:31 wiz Exp $
DISTNAME= detex-2.8
CATEGORIES= textproc
@@ -12,6 +12,9 @@ LICENSE= modified-bsd # nearly
USE_TOOLS+= lex
+CFLAGS+= -Wno-implicit-function-declaration
+CFLAGS+= -Wno-implicit-int
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
Home |
Main Index |
Thread Index |
Old Index