From bba906c22cbec5d0bc742a77c0c41a6724664d40 Mon Sep 17 00:00:00 2001 From: jschauma Date: Fri, 4 Mar 2005 03:59:32 +0000 Subject: Make this work on IRIX. NB: this needs an install-sh that supports "-S -f", as in rev. 1.3 of bootstrap/files/install-sh.in. After installing that install-sh, set _STRIPFLAG_INSTALL?= -S -f in mk/platform/IRIX.mk and all should be peachy. This will be done correctly eventually, don't worry. :-) --- shells/zsh/Makefile.common | 9 +++++++-- shells/zsh/PLIST.IRIX | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 shells/zsh/PLIST.IRIX (limited to 'shells/zsh') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index d9856cc3c39..8a215267dce 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2005/01/25 13:13:55 tv Exp $ +# $NetBSD: Makefile.common,v 1.21 2005/03/04 03:59:32 jschauma Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -60,12 +60,17 @@ PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS} . else PLIST_SRC= # empty . endif -PLIST_SRC+= ${PKGDIR}/PLIST.shlibs ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST +. if ${OPSYS} != "IRIX" +PLIST_SRC+= ${PKGDIR}/PLIST.shlibs +. endif +PLIST_SRC+= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST . endif .endif .if ${OPSYS} == "Interix" CONFIGURE_ARGS+=--without-tcsetpgrp +.elif ${OPSYS} == "IRIX" +CONFIGURE_ARGS+=--with-tcsetpgrp .endif .undef MANZ diff --git a/shells/zsh/PLIST.IRIX b/shells/zsh/PLIST.IRIX new file mode 100644 index 00000000000..e2bb90e95d7 --- /dev/null +++ b/shells/zsh/PLIST.IRIX @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.IRIX,v 1.1 2005/03/04 03:59:32 jschauma Exp $ +lib/zsh/${PKGVERSION}/zsh/terminfo.so -- cgit v1.2.3