Ticket #13607: xar-devel-port.patch

File xar-devel-port.patch, 780 bytes (added by macosforge@…, 16 years ago)

Diff to remove that patch (files folder isn't needed anymore afterwards)

  • files/patch-libxar.la.in.in

     
    1 --- lib/libxar.la.in.in 2007/09/12 15:47:42     1.1
    2 +++ lib/libxar.la.in.in 2007/11/15 19:41:01     1.2
    3 @@ -32,4 +32,4 @@
    4  dlpreopen=''
    5  
    6  # Directory that this library needs to be installed in:
    7 -libdir=''
    8 +libdir='@LIBDIR@'
  • Portfile

     
    2525                    port:openssl \
    2626                    port:zlib
    2727
    28 patchfiles          patch-libxar.la.in.in
    29 
    3028pre-configure {
    3129    system "cd ${worksrcpath}; ./autogen.sh"
    3230}