pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/zephyr Workaround incomplete linkage in libss and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f08a102d272
branches: trunk
changeset: 572030:3f08a102d272
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Feb 19 17:54:38 2010 +0000
description:
Workaround incomplete linkage in libss and libroken on NetBSD.
diffstat:
chat/zephyr/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a140a37f1274 -r 3f08a102d272 chat/zephyr/Makefile
--- a/chat/zephyr/Makefile Fri Feb 19 17:34:58 2010 +0000
+++ b/chat/zephyr/Makefile Fri Feb 19 17:54:38 2010 +0000
@@ -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_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}
Home |
Main Index |
Thread Index |
Old Index