Ticket #32115: pianobar2011-11-11_1.diff
File pianobar2011-11-11_1.diff, 1.2 KB (added by aguynamedryan+macports@…, 13 years ago) |
---|
-
Portfile
old new 5 5 6 6 name pianobar 7 7 version 2011.11.11 8 revision 1 8 9 categories audio 9 10 platforms darwin 10 11 maintainers gmail.com:aguynamedryan+pianobar 11 12 homepage http://6xq.net/projects/pianobar/ 12 13 master_sites http://6xq.net/static/projects/pianobar/ 13 use_bzip2 yes 14 use_bzip2 yes 14 15 15 16 description Console-based pandora.com player 16 17 … … 41 42 42 43 build.args CC="${configure.cc} [get_canonical_archflags]" \ 43 44 PREFIX=${prefix} \ 44 CFLAGS=-std=c99 \ 45 LIBAO_INCLUDE=${prefix}/include \ 46 LIBFAAD_INCLUDE=${prefix}/include \ 47 LIBMAD_INCLUDE=${prefix}/include 45 CFLAGS="-std=c99 -I${prefix}/include -L${prefix}/lib" 48 46 49 47 # On case-sensitive file systems, "make install" might 50 48 # think we mean make INSTALL and do nothing because