File: reject_gvlc.patch

package info (click to toggle)
ruby-gnome 4.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,320 kB
  • sloc: ruby: 55,206; ansic: 29,012; xml: 333; sh: 229; cpp: 45; makefile: 42
file content (24 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: "HIGUCHI Daisuke (VDR dai)" <dai@debian.org>
Date: Sun, 25 Aug 2024 21:03:56 -0300
Subject: do not build ruby-gvlc

Forwarded: not-needed
Last-Update: 2016-10-10
---
 extconf.rb | 3 +++
 1 file changed, 3 insertions(+)

Index: ruby-gnome/extconf.rb
===================================================================
--- ruby-gnome.orig/extconf.rb
+++ ruby-gnome/extconf.rb
@@ -59,6 +59,9 @@ if subdirs.empty?
     subdir[0..$topsrcdir.size] = ""
     File.dirname(subdir)
   end
+  subdirs.reject! do |subdir|
+    subdir =~ /gvlc/
+  end
   prior_libs &= subdirs
   subdirs -= prior_libs
   subdirs = prior_libs + subdirs # Change the order