about summary refs log tree commit diff
path: root/pkgs/development/interpreters/tinyscheme/03-macOS-SOsuf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/interpreters/tinyscheme/03-macOS-SOsuf.patch')
-rw-r--r--pkgs/development/interpreters/tinyscheme/03-macOS-SOsuf.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/tinyscheme/03-macOS-SOsuf.patch b/pkgs/development/interpreters/tinyscheme/03-macOS-SOsuf.patch
new file mode 100644
index 000000000000..479ff369b80b
--- /dev/null
+++ b/pkgs/development/interpreters/tinyscheme/03-macOS-SOsuf.patch
@@ -0,0 +1,13 @@
+diff --git a/makefile b/makefile
+index 4c111a1..8d9e02e 100644
+--- a/makefile
++++ b/makefile
+@@ -21,7 +21,7 @@
+ CC := $(CC) -fpic -pedantic
+ DEBUG=-g -Wall -Wno-char-subscripts -O
+ Osuf=o
+-SOsuf=so
++SOsuf=dylib
+ LIBsuf=a
+ EXE_EXT=
+ LIBPREFIX=lib