Ticket #18603: mp3fs.diff
File mp3fs.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
19 19 20 20 homepage http://mp3fs.sourceforge.net/ 21 21 22 master_sites sourceforge :mp3fs23 checksums ${distfiles}md5 fb9b5eb4fb6f69f35430ff7e93a84e0b \24 22 master_sites sourceforge 23 checksums md5 fb9b5eb4fb6f69f35430ff7e93a84e0b \ 24 sha1 b246bd747a32256cb8364b7ac0cc8b7a4e1d3f74 25 25 26 26 depends_build port:pkgconfig 27 27 … … 31 31 port:libid3tag 32 32 33 33 34 configure.post_args-append "id3tag_CFLAGS=-I${prefix}/include id3tag_LIBS='-L${prefix}/lib /opt/local/lib/libid3tag.dylib'" 34 configure.env-append id3tag_CFLAGS=-I${prefix}/include \ 35 id3tag_LIBS="-L${prefix}/lib ${prefix}/lib/libid3tag.dylib" 35 36 36 37 patchfiles patch-mp3fs.diff 37 38 # override patch.pre_args since it defaults to -p0