pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/shells/zsh



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr 23 09:20:59 UTC 2017

Modified Files:
        pkgsrc/shells/zsh [pkgsrc-2017Q1]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.77.2.1 pkgsrc/shells/zsh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/zsh/Makefile
diff -u pkgsrc/shells/zsh/Makefile:1.77 pkgsrc/shells/zsh/Makefile:1.77.2.1
--- pkgsrc/shells/zsh/Makefile:1.77     Sun Jan 29 05:31:13 2017
+++ pkgsrc/shells/zsh/Makefile  Sun Apr 23 09:20:59 2017
@@ -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
 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