diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:36:34 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:36:34 +0000 |
commit | 0fc7845b020a1177507d8e187e28430941a1d168 (patch) | |
tree | a23af21b371292d12da744e234a5e6c0e7cec0f1 /dev-php/pecl-gnupg/files | |
parent | Moving package from dev-php5 to dev-php category (bug #324665) (diff) | |
download | gentoo-2-0fc7845b020a1177507d8e187e28430941a1d168.tar.gz gentoo-2-0fc7845b020a1177507d8e187e28430941a1d168.tar.bz2 gentoo-2-0fc7845b020a1177507d8e187e28430941a1d168.zip |
Moving package from dev-php5 to dev-php category (bug #324665)
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/pecl-gnupg/files')
-rw-r--r-- | dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch new file mode 100644 index 000000000000..4e64e3ccef1a --- /dev/null +++ b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch @@ -0,0 +1,9 @@ +--- config.m4 2007-05-04 13:23:41.000000000 +0000 ++++ config.m4.new 2010-03-28 01:13:10.000000000 +0000 +@@ -41,4 +41,6 @@ + PHP_SUBST(GNUPG_SHARED_LIBADD) + + PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared) ++ ++ AC_SYS_LARGEFILE + fi |