pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hyperestraier
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 6 06:55:59 UTC 2022
Modified Files:
pkgsrc/textproc/hyperestraier: Makefile
Log Message:
hyperestraier: Use correct ARFLAGS on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/hyperestraier/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/hyperestraier/Makefile
diff -u pkgsrc/textproc/hyperestraier/Makefile:1.28 pkgsrc/textproc/hyperestraier/Makefile:1.29
--- pkgsrc/textproc/hyperestraier/Makefile:1.28 Wed Feb 11 13:29:42 2015
+++ pkgsrc/textproc/hyperestraier/Makefile Fri May 6 06:55:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/02/11 13:29:42 pho Exp $
+# $NetBSD: Makefile,v 1.29 2022/05/06 06:55:59 jperkin Exp $
.include "Makefile.common"
@@ -16,6 +16,8 @@ TEST_TARGET= check
# platforms. And for Cygwin, there is no installation target...
BROKEN_ON_PLATFORM+= Cygwin-*-*
+MAKE_ENV.SunOS+= ARFLAGS="-rcv"
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Cygwin"
Home |
Main Index |
Thread Index |
Old Index