diff options
Diffstat (limited to 'science/dalton/files/patch-DALTON_cc_crayio.c')
-rw-r--r-- | science/dalton/files/patch-DALTON_cc_crayio.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/science/dalton/files/patch-DALTON_cc_crayio.c b/science/dalton/files/patch-DALTON_cc_crayio.c new file mode 100644 index 000000000000..435e31409f6d --- /dev/null +++ b/science/dalton/files/patch-DALTON_cc_crayio.c @@ -0,0 +1,15 @@ +--- DALTON/cc/crayio.c.orig 2018-09-02 02:03:25 UTC ++++ DALTON/cc/crayio.c +@@ -84,10 +84,10 @@ typedef int INTEGER; + This problem has been reported for many other programs, for eg. OS + X and HP/UX. Web searching engines are your friends. + */ +-#if defined (HAVE_NO_LSEEK64) ++//#if defined (HAVE_NO_LSEEK64) + #define lseek64 lseek + #define off64_t off_t +-#endif ++//#endif + + /* Disable old cruft. */ + #if defined(OLD_CRUFT) |