diff options
author | Matt Housh <jaeger@morpheus.net> | 2008-06-01 00:48:27 -0500 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2008-06-01 00:48:27 -0500 |
commit | d545d5385a9691cbaa2ced6341cb7a7007644cd7 (patch) | |
tree | e54e26abf8b5eb5397dfbd0c075b4c34e6d8d1ae /libmp4v2/Pkgfile | |
parent | 63b774e860ca48f8899cc6e1de27cb77e613f697 (diff) | |
download | contrib-d545d5385a9691cbaa2ced6341cb7a7007644cd7.tar.gz contrib-d545d5385a9691cbaa2ced6341cb7a7007644cd7.tar.xz |
libmp4v2: removed libtoolize call to build with new libtool
Diffstat (limited to 'libmp4v2/Pkgfile')
-rw-r--r-- | libmp4v2/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmp4v2/Pkgfile b/libmp4v2/Pkgfile index bf6795829..ab616e3ec 100644 --- a/libmp4v2/Pkgfile +++ b/libmp4v2/Pkgfile @@ -4,12 +4,11 @@ name=libmp4v2 version=1.5.0.1 -release=2 +release=3 source=(http://dl.sourceforge.net/sourceforge/mpeg4ip/mpeg4ip-$version.tar.gz) build() { cd mpeg4ip-$version - libtoolize touch bootstrapped sed -i -e 's/nasm -r/nasm -v/' configure ./configure --prefix=/usr \ |