diff options
Diffstat (limited to 'meta-extras/packages/vincent/files')
-rw-r--r-- | meta-extras/packages/vincent/files/libtool222.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-extras/packages/vincent/files/libtool222.patch b/meta-extras/packages/vincent/files/libtool222.patch new file mode 100644 index 000000000..9511cc7bb --- /dev/null +++ b/meta-extras/packages/vincent/files/libtool222.patch @@ -0,0 +1,18 @@ +--- + configure.ac | 1 + + 1 file changed, 1 insertion(+) + +--- ogles.orig/configure.ac ++++ ogles/configure.ac +@@ -27,10 +27,11 @@ VINCENT_LT_LDFLAGS="-version-info $VINCE + AC_SUBST(VINCENT_LT_VERSION) + AC_SUBST(VINCENT_LT_LDFLAGS) + + AC_PROG_CC + AC_PROG_CPP ++AC_PROG_CXX + AC_PROG_LIBTOOL + + #Check pthreads + AC_MSG_CHECKING([for pthread options]) + AC_CHECK_LIB(pthread, pthread_join, PTHREAD_LIBS="-lpthread", |