[packages] libmikmod: fix autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
16
libs/libmikmod/patches/003-automake-compat.patch
Normal file
16
libs/libmikmod/patches/003-automake-compat.patch
Normal file
@ -0,0 +1,16 @@
|
||||
--- a/libmikmod-config.in
|
||||
+++ b/libmikmod-config.in
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /bin/sh
|
||||
+#! @SHELL@
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
--- a/libmikmod/Makefile.in
|
||||
+++ b/libmikmod/Makefile.in
|
||||
@@ -1,3 +1,5 @@
|
||||
+SHELL = @SHELL@
|
||||
+
|
||||
exec_prefix=@exec_prefix@
|
||||
prefix=@prefix@
|
||||
|
Reference in New Issue
Block a user