diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-03-04 03:59:32 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-03-04 03:59:32 +0000 |
commit | bba906c22cbec5d0bc742a77c0c41a6724664d40 (patch) | |
tree | 634fe1fb37908810aa1884b310788ed695dff6d6 | |
parent | 5cad4922d82dd58c9310cc2800845c165039ea78 (diff) | |
download | pkgsrc-bba906c22cbec5d0bc742a77c0c41a6724664d40.tar.gz |
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. :-)
-rw-r--r-- | shells/zsh/Makefile.common | 9 | ||||
-rw-r--r-- | shells/zsh/PLIST.IRIX | 2 |
2 files changed, 9 insertions, 2 deletions
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 |