pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/mhash security/mhash: fix file patterns for S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d8a8ec34802
branches: trunk
changeset: 413842:4d8a8ec34802
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Mar 22 18:38:27 2020 +0000
description:
security/mhash: fix file patterns for SUBST
The files in src/ don't reference MD4 at all.
diffstat:
security/mhash/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f5c5f0782ab3 -r 4d8a8ec34802 security/mhash/Makefile
--- a/security/mhash/Makefile Sun Mar 22 18:36:29 2020 +0000
+++ b/security/mhash/Makefile Sun Mar 22 18:38:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/03/20 11:58:17 nia Exp $
+# $NetBSD: Makefile,v 1.36 2020/03/22 18:38:27 rillig Exp $
DISTNAME= mhash-0.9.9
PKGREVISION= 10
@@ -25,7 +25,7 @@
SUBST_CLASSES+= ns
SUBST_STAGE.ns= pre-configure
SUBST_MESSAGE.ns= Prefixing symbols to avoid libc namespace pollution
-SUBST_FILES.ns= lib/*.c lib/*.h src/*.c src/*.h
+SUBST_FILES.ns= lib/*.c lib/*.h
.for sym in ${POLLUTING_SYMS}
SUBST_SED.ns+= -e 's,\(${sym}\),mhash_\1,g'
.endfor
Home |
Main Index |
Thread Index |
Old Index