Commit da8425f9 authored by Rafaël Carré's avatar Rafaël Carré

Revert previous commit, and updates faac & live-config patches

parent 80b04c19
...@@ -1156,7 +1156,7 @@ ifdef HAVE_DARWIN_OS ...@@ -1156,7 +1156,7 @@ ifdef HAVE_DARWIN_OS
patch -p0 < Patches/live-osx.patch patch -p0 < Patches/live-osx.patch
endif endif
patch -p0 < Patches/live-starttime.patch patch -p0 < Patches/live-starttime.patch
patch -p0 < Patches/live-config.patch patch -Np0 < Patches/live-config.patch
ifdef HAVE_UCLIBC ifdef HAVE_UCLIBC
patch -p0 < Patches/live-noapps.patch patch -p0 < Patches/live-noapps.patch
endif endif
......
diff -ruN faac/bootstrap faac-new/bootstrap --- faac.orig/bootstrap 2004-07-28 10:18:20.000000000 +0200
--- faac/bootstrap 2004-07-28 10:18:20.000000000 +0200 +++ faac/bootstrap 2007-09-17 02:00:08.000000000 +0200
+++ faac-new/bootstrap 2007-08-04 12:57:19.000000000 +0200 @@ -1,11 +1,11 @@
@@ -1,6 +1,6 @@ -#! /bin/sh
#! /bin/sh -
-aclocal -I . -aclocal -I .
+aclocal -I /usr/share/aclocal -autoheader
autoheader -if test "`uname -s`" = Darwin; then
if test "`uname -s`" = Darwin; then - glibtoolize --automake
glibtoolize --automake -else
- libtoolize --automake
-fi
-automake --add-missing
-autoconf
+#! /bin/sh
+
+aclocal -I .
+autoheader
+if test "`uname -s`" = Darwin; then
+ glibtoolize --automake
+else
+ libtoolize --automake
+fi
+automake --add-missing
+autoconf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment