Ticket #32115: pianobar.diff
File pianobar.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
33 33 patch.pre_args -p1 34 34 patchfiles a0e4f1e0f5989505f4aab10d64194b635f9af53c.diff 35 35 36 configure.cflags-append -std=c99 37 36 38 use_configure no 37 39 38 40 variant universal {} … … 41 43 42 44 build.args CC="${configure.cc} [get_canonical_archflags]" \ 43 45 PREFIX=${prefix} \ 44 CFLAGS=-std=c99 \ 45 LIBAO_INCLUDE=${prefix}/include \ 46 LIBFAAD_INCLUDE=${prefix}/include \ 47 LIBMAD_INCLUDE=${prefix}/include 46 CFLAGS="${configure.cflags} ${configure.cppflags}" \ 47 LDFLAGS="${configure.ldflags}" 48 48 49 # On case-sensitive file systems, "make install" might50 # think we mean make INSTALL and do nothing because51 # INSTALL is always up to date.52 pre-destroot {53 file delete ${worksrcpath}/INSTALL54 }55 49 destroot.args PREFIX=${prefix} 56 50 57 51 livecheck.type regex