diff options
author | taca <taca@pkgsrc.org> | 2012-03-14 03:41:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-14 03:41:16 +0000 |
commit | 08f966a33a878c29b4da37abfdc2efdfe6c21672 (patch) | |
tree | a99bdce78409ebfd64b0f5dced65703b22d1ce47 /x11 | |
parent | cce0bf43e5d3f3f3188efd36d81054c14b8a04c8 (diff) | |
download | pkgsrc-08f966a33a878c29b4da37abfdc2efdfe6c21672.tar.gz |
Add wx_gtk2u_media library to link for fixing build problem.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-wxruby/Makefile | 4 | ||||
-rw-r--r-- | x11/ruby-wxruby/distinfo | 4 | ||||
-rw-r--r-- | x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile index 2cfff1aedef..04efc6a214b 100644 --- a/x11/ruby-wxruby/Makefile +++ b/x11/ruby-wxruby/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/03/03 00:14:21 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/14 03:41:16 taca Exp $ # DISTNAME= wxruby-2.0.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://rubyforge.org/frs/download.php/63379/ diff --git a/x11/ruby-wxruby/distinfo b/x11/ruby-wxruby/distinfo index 27b9e84f50f..59cd1b90a75 100644 --- a/x11/ruby-wxruby/distinfo +++ b/x11/ruby-wxruby/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $ +$NetBSD: distinfo,v 1.2 2012/03/14 03:41:16 taca Exp $ SHA1 (wxruby-2.0.1.tar.gz) = ca53e97430330b34856d10dcde210e3772d61826 RMD160 (wxruby-2.0.1.tar.gz) = 053a0adc5c08b339ab48b1931723095ca218dd59 Size (wxruby-2.0.1.tar.gz) = 1878831 bytes SHA1 (patch-rake_rakedocs.rb) = f8abbc78dd44127ccc8b97ef20c17278f6c5b022 -SHA1 (patch-rake_rakenetbsd.rb) = 9cd78e68e297a1141ceeceef3f347f9014ae1e8e +SHA1 (patch-rake_rakenetbsd.rb) = 759c637e1280d6c5bfd3108168841b048f52e691 SHA1 (patch-rake_rakewx.rb) = 439a1426bb3c6fec5eeefa4c6e055d2388538acd diff --git a/x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb b/x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb index b474696c4c2..e915e92a0b3 100644 --- a/x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb +++ b/x11/ruby-wxruby/patches/patch-rake_rakenetbsd.rb @@ -1,4 +1,4 @@ -$NetBSD: patch-rake_rakenetbsd.rb,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $ +$NetBSD: patch-rake_rakenetbsd.rb,v 1.2 2012/03/14 03:41:17 taca Exp $ * Configuration for NetBSD. @@ -13,7 +13,7 @@ $NetBSD: patch-rake_rakenetbsd.rb,v 1.1.1.1 2011/08/13 02:12:35 taca Exp $ -$extra_ld_flags = '-shared' +# pkgsrc include dir -+$wx_libs = wx_config("--libs std,stc,gl") ++$wx_libs = wx_config("--libs media,std,stc,gl") +$extra_cppflags = "-I@PREFIX@include" + +# This class is not available on WXGTK |