[packages] gtkmm: fix autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24827 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
29
Xorg/lib/gtkmm/patches/001-automake-compat.patch
Normal file
29
Xorg/lib/gtkmm/patches/001-automake-compat.patch
Normal file
@ -0,0 +1,29 @@
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -119,15 +119,15 @@ AL_PROG_GNU_MAKE(AC_MSG_ERROR([dnl
|
||||
SUN make does not work for building gtkmm.
|
||||
Please install GNU make.]))
|
||||
|
||||
-# This macro is installed by glibmm
|
||||
+# This macro is installed by mm-macros
|
||||
# Doxygen needs the path to the installed perl.
|
||||
-GLIBMM_CHECK_PERL([5.6.0])
|
||||
+MM_CHECK_PERL([5.6.0])
|
||||
|
||||
#########################################################################
|
||||
# Function checks
|
||||
#########################################################################
|
||||
|
||||
-AC_CHECK_FUNC(mkfifo, AC_DEFINE(HAVE_MKFIFO))
|
||||
+AC_CHECK_FUNC(mkfifo, AC_DEFINE([HAVE_MKFIFO], [], [Define if mkfifo is available]))
|
||||
|
||||
# functions used in demos/gtk-demo. Undefined in config.h.
|
||||
AC_LANG_PUSH(C++)
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,3 +1,5 @@
|
||||
+ACLOCAL_AMFLAGS = -I scripts
|
||||
+
|
||||
if GTKMM_ATKMM_ENABLED
|
||||
ATK_SUBDIR=atk
|
||||
else
|
Reference in New Issue
Block a user