diff options
| author | Koen Kooi <koen@openembedded.org> | 2010-09-22 10:59:34 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2010-09-22 19:44:32 +0200 |
| commit | 7bb9447c7008233367e5b7a9ce1c087e115d7919 (patch) | |
| tree | ed75b67cd3a3311b637bfd793d2a1b6a25986ac1 /recipes/enblend/plotutils/01_configure_ac.patch | |
| parent | d2d7afd76a9dd27d11136f6aa9831aa9a90b41c2 (diff) | |
plotutils: add 2.6
Diffstat (limited to 'recipes/enblend/plotutils/01_configure_ac.patch')
| -rw-r--r-- | recipes/enblend/plotutils/01_configure_ac.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/enblend/plotutils/01_configure_ac.patch b/recipes/enblend/plotutils/01_configure_ac.patch new file mode 100644 index 0000000000..e432d135a8 --- /dev/null +++ b/recipes/enblend/plotutils/01_configure_ac.patch @@ -0,0 +1,28 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_configure_ac.dpatch by Floris Bruynooghe <floris.bruynooghe@gmail.com> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Enable AM_MAINTAINER_MODE to stop make from rebuilding configure in +## DP: case of timestamp skew (as created by dpkg-source). + +@DPATCH@ +diff -urNad plotutils-2.5~/configure.ac plotutils-2.5/configure.ac +--- plotutils-2.5~/configure.ac 2009-05-03 14:28:26.000000000 +0000 ++++ plotutils-2.5/configure.ac 2009-05-03 14:33:24.000000000 +0000 +@@ -8,6 +8,8 @@ + AM_INIT_AUTOMAKE([plotutils],[2.5]) + AM_CONFIG_HEADER(config.h:config.hin) + ++AM_MAINTAINER_MODE ++ + # The following will be defined in config.h, if appropriate. + + # Miscellaneous. +@@ -64,6 +66,7 @@ + # Note: this can apparently alter CFLAGS, on a few platforms, e.g., on + # SCO OpenServer 5 (i.e. *-*-sco3.2v5*), "-belf" is added. + AC_PROG_LIBTOOL ++AC_PROG_CXX + + # Determine extension (e.g. ".exe") on executables, if any. + AC_EXEEXT |
