Ticket #17141: patch-faac-Portfile.diff
File patch-faac-Portfile.diff, 635 bytes (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name faac 5 5 version 1.26 6 revision 1 6 7 categories audio 7 8 maintainers pguyot@kallisys.net 8 9 description ISO AAC audio encoder … … 23 24 use_autoconf yes 24 25 configure.cflags-append "-D__unix__" 25 26 27 configure.args --without-mp4v2 28 depends_lib lib:libmp4v2:libmp4v2 29 26 30 pre-configure { 27 31 system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake" 28 32 reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" \