File: 0001-Bypass-version-check.patch

package info (click to toggle)
ruby-rmagick 4.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,800 kB
  • sloc: ansic: 18,754; ruby: 16,987; sh: 90; javascript: 38; makefile: 12
file content (16 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Antonio Terceiro <terceiro@debian.org>
Date: Tue, 25 Aug 2015 18:32:00 -0300
Subject: Bypass version check

This is what SONAMEs are for.
---
 lib/rmagick.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/rmagick.rb b/lib/rmagick.rb
index 985a8d1..2211c73 100644
--- a/lib/rmagick.rb
+++ b/lib/rmagick.rb
@@ -1 +1,2 @@
+RMAGICK_BYPASS_VERSION_TEST = true
 require 'rmagick_internal.rb'