[ode] 01/04: Added patch to solve autoreconf issue. Thanks James Cowgill and Gianfranco Costamagna

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Oct 13 13:16:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository ode.

commit b2c54bb18c68847ff6b8b7d6d14435ae8b685a36
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Tue Oct 13 15:04:10 2015 +0200

    Added patch to solve autoreconf issue. Thanks James Cowgill and Gianfranco Costamagna
---
 .../0001-Patch-to-solve-autoreconf-issue.patch     | 35 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/0001-Patch-to-solve-autoreconf-issue.patch b/debian/patches/0001-Patch-to-solve-autoreconf-issue.patch
new file mode 100644
index 0000000..e4c57db
--- /dev/null
+++ b/debian/patches/0001-Patch-to-solve-autoreconf-issue.patch
@@ -0,0 +1,35 @@
+From: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
+Date: Tue, 13 Oct 2015 15:02:53 +0200
+Subject: Patch to solve autoreconf issue
+
+---
+ configure.ac        | 2 +-
+ libccd/configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index a606561..2178c49 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -452,7 +452,7 @@ then
+     fi
+ fi
+ 
+-AC_CONFIG_SUBDIRS([libccd])
++#AC_CONFIG_SUBDIRS([libccd])
+ 
+ AM_CONDITIONAL(LIBCCD, test x$use_libccd != xno)
+ AM_CONDITIONAL(LIBCCD_INTERNAL, test x$libccd_source = xinternal)
+diff --git a/libccd/configure.ac b/libccd/configure.ac
+index 7e86a8c..5a12836 100644
+--- a/libccd/configure.ac
++++ b/libccd/configure.ac
+@@ -5,7 +5,7 @@
+ AC_INIT([libccd], [1.0], [danfis at danfis.cz])
+ AC_CONFIG_SRCDIR([src/ccd.c])
+ AC_CONFIG_HEADERS([src/config.h])
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE(foreign)
+ 
+ # Checks for programs.
+ AC_PROG_CXX
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8958619
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Patch-to-solve-autoreconf-issue.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ode.git



More information about the Pkg-games-commits mailing list