mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Changes: https://github.com/ofajardo/pyreadr/releases https://github.com/ofajardo/pyreadr/blob/master/change_log.md
36 lines
1.2 KiB
C
36 lines
1.2 KiB
C
--- pyreadr/librdata.c.orig 2022-09-24 13:35:34 UTC
|
|
+++ pyreadr/librdata.c
|
|
@@ -4,8 +4,6 @@
|
|
{
|
|
"distutils": {
|
|
"depends": [
|
|
- "pyreadr/libs/librdata/src/rdata.h",
|
|
- "pyreadr/libs/librdata/src/rdata_io_unistd.h"
|
|
],
|
|
"extra_compile_args": [
|
|
"-DHAVE_ZLIB",
|
|
@@ -23,13 +21,6 @@
|
|
"name": "pyreadr.librdata",
|
|
"sources": [
|
|
"pyreadr/librdata.pyx",
|
|
- "pyreadr/libs/librdata/src/rdata_bits.c",
|
|
- "pyreadr/libs/librdata/src/rdata_io_unistd.c",
|
|
- "pyreadr/libs/librdata/src/CKHashTable.c",
|
|
- "pyreadr/libs/librdata/src/rdata_error.c",
|
|
- "pyreadr/libs/librdata/src/rdata_read.c",
|
|
- "pyreadr/libs/librdata/src/rdata_write.c",
|
|
- "pyreadr/libs/librdata/src/rdata_parser.c"
|
|
]
|
|
},
|
|
"module_name": "pyreadr.librdata"
|
|
@@ -645,8 +636,8 @@ static CYTHON_INLINE float __PYX_NAN() {
|
|
#include <time.h>
|
|
#include <stdint.h>
|
|
#include <sys/types.h>
|
|
-#include "libs/librdata/src/rdata.h"
|
|
-#include "libs/librdata/src/rdata_io_unistd.h"
|
|
+#include <rdata.h>
|
|
+#include <rdata_io_unistd.h>
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|