Ticket #12962: Portfile-faac.diff
File Portfile-faac.diff, 942 bytes (added by james.sumners@…, 17 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name faac 5 version 1.2 55 version 1.26 6 6 categories audio 7 7 maintainers pguyot@kallisys.net 8 8 description ISO AAC audio encoder … … 14 14 homepage http://www.audiocoding.com/ 15 15 platforms darwin 16 16 master_sites sourceforge 17 checksums md5 75eaffd18ee072eaca52ae2d622bb1db\18 sha1 482a0217362c50ce523ce5e165c5566e1a4a2a87\19 rmd160 63a884775081e3d9a66dffaab341ed10e73365b817 checksums md5 1d7c019bd2dbb4f3101b8937ebc59cf6 \ 18 sha1 5aad6d5a60107a5d6bf79654970168f498961b21 \ 19 rmd160 40656b7b1a7c207373d7a1ba0167f220d9073ecd 20 20 worksrcdir ${name} 21 21 use_automake yes 22 22 automake.args --add-missing 23 23 use_autoconf yes 24 24 configure.cflags-append "-D__unix__" 25 patchfiles patch-configure.in26 25 27 26 pre-configure { 28 27 system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake"