pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/netatalk USE_OLD_DES_API=yes rather than explicitl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c7a20d53640
branches:  trunk
changeset: 486914:2c7a20d53640
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jan 05 10:30:44 2005 +0000

description:
USE_OLD_DES_API=yes rather than explicitly using -ldes

diffstat:

 net/netatalk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r dd33f1e4888a -r 2c7a20d53640 net/netatalk/Makefile
--- a/net/netatalk/Makefile     Wed Jan 05 10:27:43 2005 +0000
+++ b/net/netatalk/Makefile     Wed Jan 05 10:30:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/01/04 12:57:03 markd Exp $
+# $NetBSD: Makefile,v 1.35 2005/01/05 10:30:44 markd Exp $
 
 DISTNAME=      netatalk-2.0.2
 CATEGORIES=    net print
@@ -14,6 +14,7 @@
 USE_GNU_TOOLS+=        make
 USE_PERL5=     YES
 USE_LIBTOOL=   YES
+USE_OLD_DES_API=YES
 
 USE_PKGINSTALL=        YES
 PKG_SYSCONFSUBDIR=     netatalk
@@ -43,7 +44,6 @@
                        --with-bdb=${BUILDLINK_PREFIX.db4} \
                        --with-gssapi --enable-krbV-uam
 CONFIGURE_ENV+=        GSSAPI_LIBS="-lkrb5 -lroken -lasn1 -lcrypto -lcom_err"
-LIBS+=-ldes
 
 post-patch:
        mv ${WRKSRC}/etc/psf/etc2ps.sh ${WRKSRC}/etc/psf/etc2ps.sh.tmp



Home | Main Index | Thread Index | Old Index