vincent: added patch for libtool 2.2.2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4284 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-04-17 02:30:58 +00:00
parent ef9f59857c
commit 54ba5b9e8b
2 changed files with 22 additions and 2 deletions

View File

@ -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",

View File

@ -3,9 +3,11 @@ HOMEPAGE = "http://sourceforge.net/projects/ogl-es/"
LICENSE = "BSD"
PV = "0.0+svnr${SRCREV}"
PR = "r1"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http \
file://libtool222.patch;patch=1"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http"
S = "${WORKDIR}/ogles/"
inherit autotools pkgconfig