diff options
Diffstat (limited to 'archivers/ruby-xz/patches/patch-lib_xz.rb')
-rw-r--r-- | archivers/ruby-xz/patches/patch-lib_xz.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/archivers/ruby-xz/patches/patch-lib_xz.rb b/archivers/ruby-xz/patches/patch-lib_xz.rb deleted file mode 100644 index f46f7adb5b6..00000000000 --- a/archivers/ruby-xz/patches/patch-lib_xz.rb +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-lib_xz.rb,v 1.1.1.1 2011/10/03 19:51:05 minskim Exp $ - -Use an absolute path for a library to load. - ---- lib/xz.rb.orig 2011-10-02 00:41:00.000000000 +0000 -+++ lib/xz.rb -@@ -77,7 +77,7 @@ module XZ - :lzma_buf_error, - :lzma_prog_error - -- ffi_lib "liblzma" -+ ffi_lib "@LOCALBASE@/lib/liblzma.@SHLIB_EXT@" - - attach_function :lzma_easy_encoder, [:pointer, :uint32, :int], :int - attach_function :lzma_code, [:pointer, :int], :int |