[packages] libgphoto2: set SHELL to fix libtool invocation on various hosts
authorJo-Philipp Wich <[email protected]>
Sat, 18 Dec 2010 13:04:11 +0000 (13:04 +0000)
committerJo-Philipp Wich <[email protected]>
Sat, 18 Dec 2010 13:04:11 +0000 (13:04 +0000)
SVN-Revision: 24663

libs/libgphoto2/patches/001-automake-compat.patch

index d324bfe3d1ba98c4b8281c54bb2f62c51d05d08e..0da6e46b249bf10c859eec5ffd1d27a9bfdd32f3 100644 (file)
  AM_ICONV()
  GP_GETTEXT_FLAGS()
  
+--- a/libgphoto2_port/libgphoto2_port/Makefile.in
++++ b/libgphoto2_port/libgphoto2_port/Makefile.in
+@@ -14,6 +14,8 @@
+ @SET_MAKE@
++SHELL = @SHELL@
++
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+--- a/libgphoto2_port/Makefile.in
++++ b/libgphoto2_port/Makefile.in
+@@ -14,7 +14,7 @@
+ @SET_MAKE@
+-
++SHELL = @SHELL@
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -19,7 +19,7 @@
+ ########################################################################
+ # put file lists and special compile rules here
+-
++SHELL = @SHELL@
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@