pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/AiCA Add work around to fix bulk build proble...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb6dd3ff59b5
branches: trunk
changeset: 485605:cb6dd3ff59b5
user: taca <taca%pkgsrc.org@localhost>
date: Fri Dec 17 15:37:01 2004 +0000
description:
Add work around to fix bulk build problem on Solaris;
one Makeifle.in lacks newline in the last line.
diffstat:
security/AiCA/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 99a36602ba7b -r cb6dd3ff59b5 security/AiCA/Makefile
--- a/security/AiCA/Makefile Fri Dec 17 15:12:02 2004 +0000
+++ b/security/AiCA/Makefile Fri Dec 17 15:37:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/30 05:58:04 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/17 15:37:01 taca Exp $
#
DISTNAME= AiCA-0.81
@@ -29,6 +29,7 @@
pre-configure:
cd ${WRKSRC}; \
+ ${ECHO} >> aicrypto/ecdsa/Makefile.in; \
${CP} README README.in; ${CP} README.j README.j.in
do-install:
Home |
Main Index |
Thread Index |
Old Index