1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/mod_php5/files/patch-aa
Dirk Froemberg 6ce654093b Add a quick and dirty workaround to fix ming support.
PR:		ports/31183
Submitted by:	Okumura Yoshifumi <okumura@mitsue.co.jp>
2001-10-15 20:58:57 +00:00

15 lines
340 B
Plaintext

--- ext/ming/php_ming.h.orig Mon May 28 02:09:57 2001
+++ 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