New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79786


Ignore:
Timestamp:
06/25/11 14:58:22 (4 years ago)
Author:
ryandesign@…
Message:

mdbtools: build for the correct archs and fix universal variant; see #29923

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/mdbtools/Portfile

    r79744 r79786  
    33name                    mdbtools 
    44version                 0.6pre1 
     5revision                1 
    56description             libraries and programs to help using MSAccess databases 
    67long_description        \ 
     
    2526                        sha1    37a50d623a444ec690d2677b12b59c2f11e497c0 \ 
    2627                        rmd160  e6a89d6984ba84aa9895ab0b6e6b68ac86881be3 
    27                      
     28 
     29post-extract { 
     30    # https://bugs.gentoo.org/227257?id=227257 
     31    delete ${worksrcpath}/acinclude.m4 
     32} 
     33 
     34# fix universal variant and build_arch 
     35use_autoreconf          yes 
     36 
    2837patchfiles              patch-mdbtools.diff 
    2938configure.args-append   --mandir=${prefix}/share/man 
Note: See TracChangeset for help on using the changeset viewer.