Ticket #26295: libjit-0.1.2.diff

File libjit-0.1.2.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

incomplete patch

  • Portfile

     
    11# $Id$
     2
    23PortSystem 1.0
     4
    35name            libjit
    4 version         0.0.6
     6version         0.1.2
    57categories      devel
    68maintainers     nomaintainer
    79platforms       darwin
     10license         LPGL-2.1
     11
    812description     A Just-In-Time library.
    913long_description        The libjit library has an extensive set of \
    1014                        routines that takes care of the bulk of the \
    1115                        Just-In-Time compilation process, without tying \
    1216                        the programmer down with language or bytecode \
    1317                        specifics.
    14 master_sites    http://www.southern-storm.com.au/download
    15 checksums       sha1 4c235bddb0f24e00df2571d1da975e863d280f35
     18
     19homepage                http://dotgnu.org/libjit-doc/libjit.html
     20master_sites            gnu:dotgnu/${name}
     21
     22checksums               sha1    8512d5cd72abbbc838a0c69488ff329b02171f81 \
     23                        rmd160  fb10c647b4f3da7cab645080ad81245acc8506cc
     24
    1625configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     26
     27# checking for the native integer types... configure: error: unknown
     28universal_variant       no