mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
pygobject: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d32b90032b
commit
81ac680eac
@ -0,0 +1,20 @@
|
|||||||
|
diff -Naur pygobject-2.28.6/configure.ac pygobject-2.28.6.patch/configure.ac
|
||||||
|
--- pygobject-2.28.6/configure.ac 2011-06-13 18:33:56.000000000 +0200
|
||||||
|
+++ pygobject-2.28.6.patch/configure.ac 2013-01-12 01:03:44.085557166 +0100
|
||||||
|
@@ -35,7 +35,7 @@
|
||||||
|
AC_DEFINE(PYGOBJECT_MICRO_VERSION, pygobject_micro_version, [pygobject micro version])
|
||||||
|
AC_SUBST(PYGOBJECT_MICRO_VERSION, pygobject_micro_version)
|
||||||
|
|
||||||
|
-AM_CONFIG_HEADER(config.h)
|
||||||
|
+AC_CONFIG_HEADERS(config.h)
|
||||||
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
|
||||||
|
AM_INIT_AUTOMAKE(foreign)
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
@@ -82,7 +82,6 @@
|
||||||
|
m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
|
||||||
|
AC_ISC_POSIX
|
||||||
|
AC_PROG_CC
|
||||||
|
-AM_PROG_CC_STDC
|
||||||
|
AM_PROG_CC_C_O
|
||||||
|
|
||||||
|
# check that we have the minimum version of python necisary to build
|
Loading…
x
Reference in New Issue
Block a user