diff options
Diffstat (limited to 'recipes/esound/files/configure-fix.patch')
-rw-r--r-- | recipes/esound/files/configure-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/esound/files/configure-fix.patch b/recipes/esound/files/configure-fix.patch new file mode 100644 index 0000000000..8fdc35ad5e --- /dev/null +++ b/recipes/esound/files/configure-fix.patch @@ -0,0 +1,10 @@ +--- /tmp/configure.ac 2008-06-02 16:46:55.640793306 +0200 ++++ esound-0.2.36/configure.ac 2008-06-02 16:47:26.030793494 +0200 +@@ -29,6 +29,7 @@ + AC_SUBST(pkgdocdir) + + AC_PROG_CC ++AC_PROG_CXX + AC_PROG_CPP + AC_LIBTOOL_WIN32_DLL + AM_PROG_LIBTOOL |