diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-10 08:33:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-10 08:33:56 +0000 |
commit | c2936ad115a3e471324875ebc28882db58d47a4d (patch) | |
tree | de83963ea4017e5bda48637074b8d329c027af03 /packages/fakeroot/files/work-with-older-libtool.patch | |
parent | 5af596c69226a8f1667ce77d5bd7a98ec083e018 (diff) | |
parent | 7917d58ed32f5e886a08c43df325b5daac7bfab5 (diff) |
merge of 'ca79cbe803b8aa5bd6d3ebe944504e5af8234d59'
and 'fc9df3f6bc3d16669463fde20e46e8b5a683ad84'
Diffstat (limited to 'packages/fakeroot/files/work-with-older-libtool.patch')
-rw-r--r-- | packages/fakeroot/files/work-with-older-libtool.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/fakeroot/files/work-with-older-libtool.patch b/packages/fakeroot/files/work-with-older-libtool.patch new file mode 100644 index 0000000000..05f9be87b6 --- /dev/null +++ b/packages/fakeroot/files/work-with-older-libtool.patch @@ -0,0 +1,11 @@ +--- fakeroot-1.7.1/configure.ac.orig 2007-08-09 16:03:34.000000000 -0500 ++++ fakeroot-1.7.1/configure.ac 2007-08-09 18:26:11.000000000 -0500 +@@ -7,8 +7,6 @@ + AC_CONFIG_HEADERS([config.h]) + AC_PROG_MAKE_SET + AM_PROG_LIBTOOL +-LT_INIT +-LT_LANG(C) + + AC_ARG_WITH([ipc], + AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@], |