aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-10-16 04:58:57 +0800
committerDirk Froemberg <dirk@FreeBSD.org>2001-10-16 04:58:57 +0800
commit6ce654093b0711b88246b9ac0c9c8c169f695f7c (patch)
treee61e36d8032f32a2b3d33418f380b8ce26d92cd3 /www/mod_php4
parentfd05fb13773f77d717a15af81924363b69ad15d3 (diff)
downloadfreebsd-ports-gnome-6ce654093b0711b88246b9ac0c9c8c169f695f7c.tar.gz
freebsd-ports-gnome-6ce654093b0711b88246b9ac0c9c8c169f695f7c.tar.zst
freebsd-ports-gnome-6ce654093b0711b88246b9ac0c9c8c169f695f7c.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_php4')
-rw-r--r--www/mod_php4/files/patch-aa7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/mod_php4/files/patch-aa b/www/mod_php4/files/patch-aa
index 572d063ef340..d758788069d5 100644
--- a/www/mod_php4/files/patch-aa
+++ b/www/mod_php4/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