Changeset 28288 for trunk/dports


Ignore:
Timestamp:
Aug 27, 2007, 11:20:50 PM (17 years ago)
Author:
mww@…
Message:

version 0.72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/emulators/dosbox/Portfile

    r22890 r28288  
    44
    55name                    dosbox
    6 version                 0.70
     6version                 0.72
    77categories              emulators
    88platforms               darwin
     
    1717master_sites    sourceforge
    1818patchfiles              patch-nullmodem.cpp
    19 checksums               sha1 de2f63b7246c0e1f7a473b0d4571c4da391a340e
     19checksums               sha1 c49fba00187cd871ffdcbcd87ab82a23ea2d5e7d
    2020
    2121depends_lib             port:libsdl port:libsdl_net port:libsdl_sound \
     
    2323
    2424configure.args  --mandir=${prefix}/share/man --disable-sdltest \
    25                                 --disable-alsatest
    26 configure.env   CPPFLAGS="-I${prefix}/include" CXXFLAGS="-O2 -mdynamic-no-pic" \
    27                                 LDFLAGS="-L${prefix}/lib"
     25                        --disable-alsatest
     26configure.cxxflags-append       "-O2 -mdynamic-no-pic"
    2827
    2928post-destroot {
     
    3433
    3534platform darwin 8 {
    36         configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 \
    37                 CXX=/usr/bin/g++-4.0
     35        configure.compiler gcc-4.0
    3836}
    3937
Note: See TracChangeset for help on using the changeset viewer.