Subject: CVS commit: pkgsrc/devel/readline
From: David A. Holland
Date: 2016-11-20 02:14:21
Message id: 20161120011421.7D15DFBA6@cvs.NetBSD.org

Log Message:
Fix three different interacting build problems:
  (1) don't ignore errors when building the examples;
  (2) build the examples *after* the library build, not *during* the
      library build;
  (3) don't try to compile the examples with "libtool --mode=link cc -c"
      as that flies like a particularly wingless brick.

Closes PR 51502.

Files:
RevisionActionfile
1.64modifypkgsrc/devel/readline/Makefile
1.28modifypkgsrc/devel/readline/distinfo
1.18modifypkgsrc/devel/readline/patches/patch-ae
1.4modifypkgsrc/devel/readline/patches/patch-examples_Makefile.in