summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/vincent/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras/packages/vincent/files')
-rw-r--r--meta-extras/packages/vincent/files/libtool222.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-extras/packages/vincent/files/libtool222.patch b/meta-extras/packages/vincent/files/libtool222.patch
deleted file mode 100644
index 9511cc7bbc..0000000000
--- a/meta-extras/packages/vincent/files/libtool222.patch
+++ /dev/null
@@ -1,18 +0,0 @@
----
- 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",