pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/ruby-libarchive Fix Ruby 2.2 build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77f9edcbc989
branches:  trunk
changeset: 651962:77f9edcbc989
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue May 19 13:08:49 2015 +0000

description:
Fix Ruby 2.2 build.

diffstat:

 archivers/ruby-libarchive/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d7c135120317 -r 77f9edcbc989 archivers/ruby-libarchive/Makefile
--- a/archivers/ruby-libarchive/Makefile        Tue May 19 12:49:09 2015 +0000
+++ b/archivers/ruby-libarchive/Makefile        Tue May 19 13:08:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/01/17 20:00:53 adam Exp $
+# $NetBSD: Makefile,v 1.6 2015/05/19 13:08:49 ryoon Exp $
 
 DISTNAME=      libarchive-0.1.2
 CATEGORIES=    archivers
@@ -10,6 +10,9 @@
 
 USE_TOOLS+=    gmake
 
+# Fix Ruby 2.2 build.
+CHECK_WRKREF_SKIP+=    lib/ruby/gems/2.2.0/doc/libarchive-0.1.2/ri/ext/*.ri
+
 .include "../../lang/ruby/gem.mk"
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index