diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-10 18:25:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-10 18:25:46 +0000 |
commit | 353667a57c38ac2f9f0529a1cdc7eae7f665836d (patch) | |
tree | af7bea2e8e44ce650dfb5e15b966fdaa4b1cb4de /media-libs/libgphoto2/files | |
parent | rm (diff) | |
download | gentoo-2-353667a57c38ac2f9f0529a1cdc7eae7f665836d.tar.gz gentoo-2-353667a57c38ac2f9f0529a1cdc7eae7f665836d.tar.bz2 gentoo-2-353667a57c38ac2f9f0529a1cdc7eae7f665836d.zip |
Fix building with Autoconf >= 2.66 wrt #336598 by S. Holzbach.
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libgphoto2/files')
-rw-r--r-- | media-libs/libgphoto2/files/libgphoto2-2.4.9-dnl.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/libgphoto2/files/libgphoto2-2.4.9-dnl.patch b/media-libs/libgphoto2/files/libgphoto2-2.4.9-dnl.patch new file mode 100644 index 000000000000..8ee30baf8f74 --- /dev/null +++ b/media-libs/libgphoto2/files/libgphoto2-2.4.9-dnl.patch @@ -0,0 +1,24 @@ +http://bugs.gentoo.org/336598 + +--- libgphoto2_port/m4/gp-libltdl.m4 ++++ libgphoto2_port/m4/gp-libltdl.m4 +@@ -23,7 +23,7 @@ + + Please make sure that the proper development package is installed + (libltdl-dev, libtool-ltdl-devel, etc.) +-])dnl ++])[]dnl + ])dnl + ]) + else +--- m4m/gp-libltdl.m4 ++++ m4m/gp-libltdl.m4 +@@ -23,7 +23,7 @@ + + Please make sure that the proper development package is installed + (libltdl-dev, libtool-ltdl-devel, etc.) +-])dnl ++])[]dnl + ])dnl + ]) + else |