SHA256
1
0
forked from pool/cairo
OBS User unknown
2008-04-14 15:23:15 +00:00
committed by Git OBS Bridge
parent 382fdbbd4f
commit afe36978ac
3 changed files with 49 additions and 9 deletions

20
cairo-ac.patch Normal file
View File

@@ -0,0 +1,20 @@
--- configure.in
+++ configure.in
@@ -20,6 +20,7 @@ AM_INIT_AUTOMAKE([1.7])
dnl ===========================================================================
# libtool shared library version
+m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl
# Increment if the interface has additions, changes, removals.
LT_CURRENT=13
@@ -56,7 +57,9 @@ AC_PATH_PROG(XARGS, xargs)
dnl ===========================================================================
AC_PROG_CC
+AC_PROG_CXX
AC_PROG_CPP
+AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
AC_STDC_HEADERS