summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2005-11-26 23:17:00 +0000
committerLuca Longinotti <chtekk@gentoo.org>2005-11-26 23:17:00 +0000
commit0b5a8aa0decb63c97f84a6b2c4ddab801b05fe4f (patch)
tree12661c798c5c3408cff01bb703f6b36b4a3b1083 /dev-php5/pecl-apd/files
parentSync with overlay. (diff)
downloadgentoo-2-0b5a8aa0decb63c97f84a6b2c4ddab801b05fe4f.tar.gz
gentoo-2-0b5a8aa0decb63c97f84a6b2c4ddab801b05fe4f.tar.bz2
gentoo-2-0b5a8aa0decb63c97f84a6b2c4ddab801b05fe4f.zip
Sync with overlay.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-php5/pecl-apd/files')
-rw-r--r--dev-php5/pecl-apd/files/fix-version-string-1.0.1.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-php5/pecl-apd/files/fix-version-string-1.0.1.patch b/dev-php5/pecl-apd/files/fix-version-string-1.0.1.patch
new file mode 100644
index 000000000000..1c6fa7dc0c06
--- /dev/null
+++ b/dev-php5/pecl-apd/files/fix-version-string-1.0.1.patch
@@ -0,0 +1,11 @@
+--- php_apd.h 2004/03/10 16:40:55
++++ php_apd.h 2004/10/20 14:17:02
+@@ -89,7 +89,7 @@
+ extern zend_module_entry apd_module_entry;
+ #define apd_module_ptr &apd_module_entry
+
+-#define APD_VERSION "0.9"
++#define APD_VERSION "1.0.1"
+
+ #define FUNCTION_TRACE 1
+ #define ARGS_TRACE 2