Ticket #11808: mpd.patch

File mpd.patch, 795 bytes (added by ehainry@…, 17 years ago)
  • Portfile

    old new  
    2727configure.args   --mandir=${prefix}/share/man --enable-id3 --enable-ao \
    2828                 --disable-flac --disable-aac
    2929patchfiles       patch-flac
    30 configure.env    CFLAGS="-I${prefix}/include" \
    31                  LDFLAGS="-L${prefix}/lib"
     30configure.cflags-append -I${prefix}/include
    3231default_variants +aac
    3332variant  aac {
    3433        depends_lib-append    port:faad2
     
    3635        configure.args-append --enable-aac
    3736}
    3837variant flac {
    39 # variant flac is broken: it does not compile with flac > 1.1.2
    4038        depends_lib-append    port:flac
    4139        configure.args-delete --disable-flac
    4240        configure.args-append --enable-flac
     
    4846}
    4947
    5048
    51