aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/smpeg/smpeg/as-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/smpeg/smpeg/as-fix.patch')
-rw-r--r--recipes/smpeg/smpeg/as-fix.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/smpeg/smpeg/as-fix.patch b/recipes/smpeg/smpeg/as-fix.patch
new file mode 100644
index 0000000000..1a747018e5
--- /dev/null
+++ b/recipes/smpeg/smpeg/as-fix.patch
@@ -0,0 +1,18 @@
+---
+ configure.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- trunk.orig/configure.in
++++ trunk/configure.in
+@@ -54,10 +54,11 @@ AC_PROG_MAKE_SET
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_LIBTOOL_WIN32_DLL
+ AM_PROG_LIBTOOL
+ AC_PROG_INSTALL
++AM_PROG_AS
+
+ dnl Ugh.
+ AS="$CC"
+ CCAS="$CC"
+ AC_SUBST(AS)