Changeset 3857 for trunk/dports


Ignore:
Timestamp:
Oct 30, 2003, 12:31:41 PM (20 years ago)
Author:
fkr
Message:

Bug: #1093
Submitted by: blb@… (Bryan Blackburn)
Reviewed by:
Approved by:
Obtained from:

mp3 variant

Location:
trunk/dports/audio/libsdl_mixer
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/libsdl_mixer/Portfile

    r3242 r3857  
    1 # $Id: Portfile,v 1.1 2003/08/15 18:35:42 fkr Exp $
     1# $Id: Portfile,v 1.2 2003/10/30 12:31:41 fkr Exp $
    22
    33PortSystem 1.0
     
    1717checksums       md5 f26d4e4625f00517203e32bd06fbc5d8
    1818depends_lib     lib:libSDL:libsdl
    19 configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    20 configure.args  --with-sdl-prefix=${prefix} --disable-static
     19patchfiles      patch-configure
     20configure.env   CPPFLAGS="-no-cpp-precomp -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
     21configure.args  --with-sdl-prefix=${prefix} --disable-static --disable-music-mp3
     22
     23variant mp3 {
     24        depends_lib-append      lib:libsmpeg:smpeg
     25        configure.args-delete   --disable-music-mp3
     26        configure.args-append   --enable-music-mp3 --with-smpeg-prefix=${prefix}
     27}
     28
Note: See TracChangeset for help on using the changeset viewer.