diff options
author | dirk <dirk@FreeBSD.org> | 2001-10-16 04:58:57 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-10-16 04:58:57 +0800 |
commit | 6bb1bd9c14cf0aaae8e5fe0a865cb41803bde377 (patch) | |
tree | 524aedff5af50d7d56d030b8f8cc86985e581884 /www/mod_php5 | |
parent | 02bde1a3f14d12c564890837d977915b36f07b02 (diff) | |
download | freebsd-ports-gnome-6bb1bd9c14cf0aaae8e5fe0a865cb41803bde377.tar.gz freebsd-ports-gnome-6bb1bd9c14cf0aaae8e5fe0a865cb41803bde377.tar.zst freebsd-ports-gnome-6bb1bd9c14cf0aaae8e5fe0a865cb41803bde377.zip |
Add a quick and dirty workaround to fix ming support.
PR: ports/31183
Submitted by: Okumura Yoshifumi <okumura@mitsue.co.jp>
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/files/patch-aa | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/mod_php5/files/patch-aa b/www/mod_php5/files/patch-aa index 572d063ef340..d758788069d5 100644 --- a/www/mod_php5/files/patch-aa +++ b/www/mod_php5/files/patch-aa @@ -1,11 +1,14 @@ --- ext/ming/php_ming.h.orig Mon May 28 02:09:57 2001 -+++ ext/ming/php_ming.h Mon Jun 25 22:58:57 2001 -@@ -28,7 +28,7 @@ ++++ ext/ming/php_ming.h Mon Oct 15 22:53:37 2001 +@@ -28,7 +28,10 @@ #if HAVE_MING -#include "ming.h" +#include "ming/ming.h" ++ ++/* XXX: dirty workaround */ ++#define MING_VERSION_TEXT "0.2a" extern zend_module_entry ming_module_entry; #define ming_module_ptr &ming_module_entry |