main/libdv: build fix for automake-1.13

This commit is contained in:
Natanael Copa 2012-12-31 20:03:06 +00:00
parent 9018cdf483
commit 8c5bcc759b
2 changed files with 15 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libdv
pkgver=1.0.0
pkgrel=2
pkgrel=3
pkgdesc="Software decoder for DV format video"
url="http://libdv.sourceforge.net/"
arch="all"
@ -16,6 +16,7 @@ source="http://downloads.sourceforge.net/libdv/libdv-$pkgver.tar.gz
libdv-1.0.0-dso-linking.patch
libdv-1.0.0-pic.patch
libdv-1.0.0-gtk2.patch
automake.patch
"
_builddir="$srcdir"/libdv-$pkgver
@ -58,4 +59,5 @@ md5sums="f895162161cfa4bb4a94c070a7caa6c7 libdv-1.0.0.tar.gz
e1cf9483fe9efdab5e2326fccbdb7ed5 libdv-0.104-no-exec-stack.patch
9e3a12489495e01ad0ddf5a3ea2cef7f libdv-1.0.0-dso-linking.patch
4fb792fd927a7abbc0e2ab9a8e96df53 libdv-1.0.0-pic.patch
0498e719e3ed660a97b889b0502a4cb8 libdv-1.0.0-gtk2.patch"
0498e719e3ed660a97b889b0502a4cb8 libdv-1.0.0-gtk2.patch
435221ff530f32c013a43c473e34b66e automake.patch"

11
main/libdv/automake.patch Normal file
View File

@ -0,0 +1,11 @@
--- ./configure.ac.orig 2012-12-31 20:01:40.477502306 +0000
+++ ./configure.ac 2012-12-31 20:01:55.184285224 +0000
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(libdv/parse.c)
dnl AC_CONFIG_AUX_DIR(config)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
RPM_RELEASE=1
AC_CANONICAL_HOST