diff options
author | Max Rees <maxcrees@me.com> | 2021-05-03 03:05:37 -0400 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:33:57 -0500 |
commit | aa4aebe0fe4183260aab1a9a4c439a420a9650a4 (patch) | |
tree | 80d7bd8aa2890cc6a8f66977e42a6ce84ee545e4 /user/gnucobol/dash-compat.patch | |
parent | 8d4f9f8f4820548953b48beb1a99c766128acebd (diff) | |
download | packages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.tar.gz packages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.tar.bz2 packages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.tar.xz packages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.zip |
user/gnucobol: bump to 3.1.2.
Diffstat (limited to 'user/gnucobol/dash-compat.patch')
-rw-r--r-- | user/gnucobol/dash-compat.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/user/gnucobol/dash-compat.patch b/user/gnucobol/dash-compat.patch deleted file mode 100644 index e2d7f6006..000000000 --- a/user/gnucobol/dash-compat.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- gnucobol-3.0-rc1/tests/testsuite.src/listings.at.old 2018-04-22 19:55:50.000000000 +0000 -+++ gnucobol-3.0-rc1/tests/testsuite.src/listings.at 2020-01-14 09:08:26.488668118 +0000 -@@ -2185,7 +2185,7 @@ - - AT_CHECK([$UNIFY_LISTING prog.lst prog.lis once], [0], [], []) - --AT_CHECK([test "$COB_HAS_64_BIT_POINTER" == "yes"], [0], [], [], -+AT_CHECK([test "$COB_HAS_64_BIT_POINTER" = "yes"], [0], [], [], - - # Previous test "failed" --> 32 bit - -@@ -5761,4 +5761,4 @@ - AT_CHECK([$UNIFY_LISTING prog.lst prog.lis once], [0], [], []) - AT_CHECK([diff prog1.lst prog.lis], [0], [], []) - --AT_CLEANUP -\ No newline at end of file -+AT_CLEANUP ---- gnucobol-3.0-rc1/tests/testsuite.src/data_pointer.at.old 2018-04-22 19:55:46.000000000 +0000 -+++ gnucobol-3.0-rc1/tests/testsuite.src/data_pointer.at 2020-01-14 09:08:48.226341564 +0000 -@@ -40,7 +40,7 @@ - - AT_CHECK([$COMPILE prog.cob], [0], [], []) - --AT_CHECK([test "$COB_HAS_64_BIT_POINTER" == "yes"], [0], [], [], -+AT_CHECK([test "$COB_HAS_64_BIT_POINTER" = "yes"], [0], [], [], - - # Previous test "failed" --> 32 bit - |