First Commit
[librecmc/package-feed.git] / sound / madplay / patches / 010-use_correct_shell.patch
1 --- a/intl/Makefile.in
2 +++ b/intl/Makefile.in
3 @@ -19,7 +19,7 @@
4  PACKAGE = @PACKAGE@
5  VERSION = @VERSION@
6  
7 -SHELL = /bin/sh
8 +SHELL = @SHELL@
9  
10  srcdir = @srcdir@
11  top_srcdir = @top_srcdir@
12 @@ -56,6 +56,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" -DLO
13  -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
14  -Dset_relocation_prefix=libintl_set_relocation_prefix \
15  -Drelocate=libintl_relocate \
16 +-DINSTALLPREFIX=\"$(prefix)\" \
17  -DDEPENDS_ON_LIBICONV=1 @DEFS@
18  CPPFLAGS = @CPPFLAGS@
19  CFLAGS = @CFLAGS@
20 --- a/po/Makefile.in.in
21 +++ b/po/Makefile.in.in
22 @@ -13,7 +13,7 @@
23  PACKAGE = @PACKAGE@
24  VERSION = @VERSION@
25  
26 -SHELL = /bin/sh
27 +SHELL = @SHELL@
28  @SET_MAKE@
29  
30  srcdir = @srcdir@