From c3296426eb62b8404b59ad86153f417c0c36a169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Wed, 20 Mar 2024 14:27:00 -0400 Subject: [PATCH] diff -u, not diff -i :( --- 3rdp/build/cl-fixed-fixed-seed.patch | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/3rdp/build/cl-fixed-fixed-seed.patch b/3rdp/build/cl-fixed-fixed-seed.patch index db04dafd53..c0b4796061 100644 --- a/3rdp/build/cl-fixed-fixed-seed.patch +++ b/3rdp/build/cl-fixed-fixed-seed.patch @@ -1,4 +1,12 @@ -5a6,8 -> echo "-DFIXED_SEED=0xFEEDC0DEBAADF00D" -> exit -> +--- tools/getseed.sh.orig 2024-03-20 14:20:36.856327000 -0400 ++++ tools/getseed.sh 2024-03-20 14:22:46.445783000 -0400 +@@ -3,6 +3,9 @@ + # + # Usage: getseed.sh osname + ++echo "-DFIXED_SEED=0xFEEDC0DEBAADF00D" ++exit ++ + OSNAME="" + IS64BIT=0 + -- GitLab