Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File libf2c changed in upstream #1719

Closed
starius opened this issue Mar 17, 2017 · 1 comment
Closed

File libf2c changed in upstream #1719

starius opened this issue Mar 17, 2017 · 1 comment

Comments

@starius
Copy link
Member

starius commented Mar 17, 2017

See download failure: https://travis-ci.org/mxe/mxe/builds/212243978#L465

File signatures and file sizes:

sha256(before) = 5dff29c58b428fa00cd36b1220e2d71b9882a658fdec1aa094fb7e6e482d6765
sha256(after)  = ca404070e9ce0a9aaa6a71fc7d5489d014ade952c5d6de7efb88de8e24f2e8e0
size(before) = 129082
size(after)  = 129107

Diff:

diff -u -r before/comptry.bat after/comptry.bat
--- before/comptry.bat  1998-05-12 14:11:16.000000000 +0200
+++ after/comptry.bat   2013-07-02 21:04:24.000000000 +0200
@@ -1,5 +1,13 @@
-%1 %2 %3 %4 %5 %6 %7 %8 %9
-if errorlevel 1 goto nolonglong
-exit 0
-:nolonglong
-%1 -DNO_LONG_LONG %2 %3 %4 %5 %6 %7 %8 %9
+%*
+if errorlevel 1 goto nolonglong
+exit 0
+:nolonglong
+%* -DNO_LONG_LONG
+if errorlevel 1 goto nossizet
+exit 0
+:nossizet
+%* -DNO_SSIZE_T
+if errorlevel 1 goto noboth
+exit 0
+:noboth
+%* -DNO_LONG_LONG -DNO_SSIZE_T
@starius
Copy link
Member Author

starius commented Mar 17, 2017

Changes in this file are unlikely to affect our build.

starius added a commit to LuaAndC/mxe that referenced this issue Mar 17, 2017
starius added a commit to LuaAndC/mxe that referenced this issue Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant