pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/pchar netbsd-current needs -ldes as well as -lcryp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/08ea11cae0ad
branches: trunk
changeset: 465909:08ea11cae0ad
user: mrg <mrg%pkgsrc.org@localhost>
date: Thu Jan 08 06:39:40 2004 +0000
description:
netbsd-current needs -ldes as well as -lcrypto. shouldn't affect older
netbsd systems as -ldes has been around longer than -lcrypto...
diffstat:
net/pchar/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f7a9346ed170 -r 08ea11cae0ad net/pchar/Makefile
--- a/net/pchar/Makefile Thu Jan 08 06:18:29 2004 +0000
+++ b/net/pchar/Makefile Thu Jan 08 06:39:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/11/12 03:39:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/08 06:39:40 mrg Exp $
DISTNAME= pchar-1.4
PKGREVISION= 1
@@ -24,7 +24,7 @@
.include "../ucd-snmp/buildlink2.mk"
CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_PREFIX.ucd-snmp}
-LIBS+= -lsnmp -lcrypto
+LIBS+= -lsnmp -lcrypto -ldes
.endif
do-install:
Home |
Main Index |
Thread Index |
Old Index