pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/shells/zsh Pullup ticket #5329 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17bc527c4d22
branches:  pkgsrc-2017Q1
changeset: 360285:17bc527c4d22
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 23 09:20:59 2017 +0000

description:
Pullup ticket #5329 - requested by sevan
shells/zsh: build fix

Revisions pulled up:
- shells/zsh/Makefile                                           1.78

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Thu Apr 20 09:12:05 UTC 2017

   Modified Files:
           pkgsrc/shells/zsh: Makefile

   Log Message:
   Requires libiconv.

diffstat:

 shells/zsh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 56098e685630 -r 17bc527c4d22 shells/zsh/Makefile
--- a/shells/zsh/Makefile       Sun Apr 23 09:15:48 2017 +0000
+++ b/shells/zsh/Makefile       Sun Apr 23 09:20:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2017/01/29 05:31:13 mef Exp $
+# $NetBSD: Makefile,v 1.77.2.1 2017/04/23 09:20:59 bsiegert Exp $
 
 .include "../../shells/zsh/Makefile.common"
 
@@ -31,4 +31,5 @@
 SUBST_SED.prefix-fixup+=       -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g'
 SUBST_SED.prefix-fixup+=       -e 's|^\#\! zsh|\#\! ${PREFIX}/bin/zsh|g'
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index