New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80329


Ignore:
Timestamp:
07/08/11 22:52:06 (4 years ago)
Author:
dports@…
Message:

gnucash-devel: patch gnc-fq-dump to use MacPorts perl instead of
/usr/bin/perl (#30075; merge of r80328 from gnucash port)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gnucash-devel/Portfile

    r79162 r80329  
    77set my_name       gnucash 
    88version           2.4.6 
     9revision          1 
    910categories        gnome x11 
    1011maintainers       dports openmaintainer 
     
    3738# to use dbus-launch or muck with DYLD_LIBRARY_PATH. 
    3839patchfiles        patch-configure.diff 
     40 
     41post-patch { 
     42    # gnc-fq-dump needs to be patched to use MacPorts perl. 
     43    # (autoconf takes care of the other perl scripts.) 
     44    reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl|" ${worksrcpath}/src/quotes/gnc-fq-dump 
     45} 
    3946 
    4047checksums         md5     b7d5fbb1bddf3618c97ebeeb76408ebe \ 
Note: See TracChangeset for help on using the changeset viewer.