[packages] libsdl-mixer: fix autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25342 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eea3483bdf
commit
7bc5c4e3fc
@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://www.libsdl.org/projects/SDL_mixer/release/
|
|||||||
PKG_MD5SUM:=65ada3d997fe85109191a5fb083f248c
|
PKG_MD5SUM:=65ada3d997fe85109191a5fb083f248c
|
||||||
|
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
|
PKG_MACRO_PATHS:=acinclude
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
10
libs/libsdl_mixer/patches/001-automake-compat.patch
Normal file
10
libs/libsdl_mixer/patches/001-automake-compat.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- a/configure.in
|
||||||
|
+++ b/configure.in
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
AC_INIT(README)
|
||||||
|
-AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
|
||||||
|
+AC_CONFIG_AUX_DIR([build-scripts])
|
||||||
|
|
||||||
|
dnl Set various version strings - taken gratefully from the GTk sources
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user