openbsd-ports/databases/py-psycopg/patches/patch-config_h_in
2001-09-19 01:05:17 +00:00

13 lines
494 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.2 2001/09/19 01:05:18 shell Exp $
--- config.h.in.orig Mon Jun 18 23:53:16 2001
+++ config.h.in Mon Jun 18 23:53:27 2001
@@ -1,7 +1,7 @@
/* undef the builtin DateTime module path and replace with our own. note
that this only works if this file is included _after_ mxDateTime.h */
#undef MXDATETIME_API_MODULE
-#define MXDATETIME_API_MODULE "mxDateTime"
+#define MXDATETIME_API_MODULE "mx.DateTime.mxDateTime"
#define MXDATETIME_LOCATION "@MXMODULE@"