pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/yash
Module Name: pkgsrc
Committed By: vins
Date: Fri Aug 25 15:52:52 UTC 2023
Modified Files:
pkgsrc/shells/yash: Makefile
Log Message:
yash: use FORCE_C_STD instead of CFLAGS.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/yash/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/yash/Makefile
diff -u pkgsrc/shells/yash/Makefile:1.6 pkgsrc/shells/yash/Makefile:1.7
--- pkgsrc/shells/yash/Makefile:1.6 Thu Aug 24 21:37:56 2023
+++ pkgsrc/shells/yash/Makefile Fri Aug 25 15:52:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/08/24 21:37:56 vins Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/25 15:52:52 vins Exp $
DISTNAME= yash-2.55
CATEGORIES= shells
@@ -10,7 +10,8 @@ HOMEPAGE= https://yash.osdn.jp/index.htm
COMMENT= POSIX-compliant command line shell
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c99
+FORCE_C_STD= c99
+
USE_TOOLS+= msgfmt msgmerge
USE_TOOLS+= intltool xgettext
@@ -18,8 +19,6 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-CFLAGS+= -std=c99
-
PKG_SHELL= bin/yash
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index