File: reject_gvlc.patch

package info (click to toggle)
ruby-gnome 3.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,112 kB
  • sloc: ansic: 97,029; ruby: 70,747; xml: 350; sh: 142; cpp: 45; makefile: 29
file content (17 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: do not build ruby-gvlc
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Forwarded: not-needed
Last-Update: 2016-10-10

--- a/extconf.rb
+++ b/extconf.rb
@@ -59,6 +59,9 @@
     subdir[0..$topsrcdir.size] = ""
     File.dirname(subdir)
   end
+  subdirs.reject! do |subdir|
+    subdir =~ /gvlc/
+  end
   priorlibs &= subdirs
   subdirs -= priorlibs
   subdirs = priorlibs + subdirs #Change the order