opnsense-ports/databases/py-bsddb/files/patch-_bsddb.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
261 B
C

--- ./_bsddb.c.orig 2013-04-06 18:02:34.000000000 +0400
+++ ./_bsddb.c 2013-05-12 09:27:38.000000000 +0400
@@ -9699,7 +9699,7 @@
ADD_INT(d, DB_RPCCLIENT);
#endif
-#if (DBVER < 48)
+#if (DBVER < 48 || DBVER > 51)
ADD_INT(d, DB_XA_CREATE);
#endif