From f164dc2751df8cce774a4ea5ca2c52b11712939f Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 19 Feb 2010 17:54:38 +0000 Subject: Workaround incomplete linkage in libss and libroken on NetBSD. --- chat/zephyr/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chat/zephyr/Makefile b/chat/zephyr/Makefile index 1ed18722a7d..76ecee6604e 100644 --- a/chat/zephyr/Makefile +++ b/chat/zephyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/10/29 21:53:10 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2010/02/19 17:54:38 joerg Exp $ # DISTNAME= zephyr-20010518 @@ -41,6 +41,10 @@ SUBST_MESSAGE.mandir= Fixing mandir in Makefile.in SUBST_FILES.mandir= */*/Makefile.in */Makefile.in Makefile.in SUBST_SED.mandir= -e 's,$${prefix}/man,@mandir@,g' +.if ${OPSYS} == "NetBSD" +BUILDLINK_TRANSFORM+= l:ss:ss:roken:crypt +.endif + pre-install: ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} ${INSTALL_DATA_DIR} ${DESTDIR}${ZEPHYR_DOCDIR} -- cgit v1.2.3