diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-18 22:47:39 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-18 22:47:39 +0000 |
commit | cb46133df1dd6dff26e50ac60c2d638f234bee42 (patch) | |
tree | 19ba09ddff048d44b147bcbc31a4aab8c51ed509 /media-gfx/pstoedit/files | |
parent | no need for the site-package symlink with findlib 1.2.4-r1 (diff) | |
download | gentoo-2-cb46133df1dd6dff26e50ac60c2d638f234bee42.tar.gz gentoo-2-cb46133df1dd6dff26e50ac60c2d638f234bee42.tar.bz2 gentoo-2-cb46133df1dd6dff26e50ac60c2d638f234bee42.zip |
Fix mangled m4, bug #175679, patch from Honza Macháček.
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-gfx/pstoedit/files')
-rw-r--r-- | media-gfx/pstoedit/files/pstoedit-3.45-am_path_pstoedit.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-gfx/pstoedit/files/pstoedit-3.45-am_path_pstoedit.patch b/media-gfx/pstoedit/files/pstoedit-3.45-am_path_pstoedit.patch new file mode 100644 index 000000000000..bc4909abc2c8 --- /dev/null +++ b/media-gfx/pstoedit/files/pstoedit-3.45-am_path_pstoedit.patch @@ -0,0 +1,18 @@ +https://bugs.gentoo.org/175679 + +diff --git a/config/pstoedit.m4 b/config/pstoedit.m4 +index b6fa407..67b923b 100644 +--- a/config/pstoedit.m4 ++++ b/config/pstoedit.m4 +@@ -5,6 +5,11 @@ dnl AM_PATH_PSTOEDIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]] + dnl Test to see if libpstoedit is installed, and define PSTOEDIT_CFLAGS, LIBS + dnl + ++AC_DEFUN([AM_PATH_PSTOEDIT], ++[dnl ++dnl Get the cflags and libraries from the pstoedit-config script ++dnl ++ + AC_ARG_WITH(pstoedit-prefix,[ --with-pstoedit-prefix=PFX Prefix where Pstoedit is installed (optional)], + pstoedit_prefix="$withval", pstoedit_prefix="") + AC_ARG_WITH(pstoedit-exec-prefix,[ --with-pstoedit-exec-prefix=PFX Exec prefix where Pstoedit is installed (optional)], |