freebsd-ports/databases/py-bsddb/files/patch-_bsddb.c
Ruslan Makhmatkhanov b20cc2697d - remove patch for python26, that's not in tree anymore
- turn extra-patch for python27 into regular patch and remove corresponding
  logic from Makefile
2014-02-09 13:46:50 +00: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