pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/rtf-tools Use stdarg instead of varargs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a8bb888d22c
branches: trunk
changeset: 464516:8a8bb888d22c
user: ben <ben%pkgsrc.org@localhost>
date: Thu Dec 11 19:41:56 2003 +0000
description:
Use stdarg instead of varargs.
diffstat:
textproc/rtf-tools/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c52a350db028 -r 8a8bb888d22c textproc/rtf-tools/Makefile
--- a/textproc/rtf-tools/Makefile Thu Dec 11 19:24:33 2003 +0000
+++ b/textproc/rtf-tools/Makefile Thu Dec 11 19:41:56 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/12/11 19:24:33 ben Exp $
+# $NetBSD: Makefile,v 1.9 2003/12/11 19:41:56 ben Exp $
#
DISTNAME= RTF-1.10
@@ -21,6 +21,7 @@
for i in `${FIND} ${WRKSRC} -name Makefile`; do \
${MV} $$i $$i.bak;\
${SED} <$$i.bak >$$i \
+ -e "s|-DVARARGS|-DSTDARGS|g" \
-e "s|/usr/local|${PREFIX}|g" \
-e "s|/usr/man|${PREFIX}/man|" \
-e "s|\(LOCALBINDIR =.*\)|\1/bin|" ;\
Home |
Main Index |
Thread Index |
Old Index