spdlog: update to 1.15.0
[oi-userland.git] / components / runtime / smalltalk / stack-spur / patches / 01-Makefile-amd64.patch
blob3c22a4e353da884588153de9e5bfa300b0870315
1 --- opensmalltalk-vm-sun-v5.0.64/platforms/unix/config/Makefile.in Sat Apr 20 09:13:43 2024
2 +++ p0/opensmalltalk-vm-sun-v5.0.64/platforms/unix/config/Makefile.in Sat Apr 20 12:14:53 2024
3 @@ -62,8 +62,11 @@
4 getversion : ${cfgdir}/getversion.c ${topdir}/platforms/Cross/vm/sqSCCSVersion.h
5 $(LINK) getversion $(INCLUDES) ${cfgdir}/getversion.c
7 -plugins : config.sh $(PLUGINS_LA)
8 +ckformat : ${topdir}/src/ckformat.c
9 + $(LINK) $@ $?
11 +plugins : $(PLUGINS_LA)
13 # nuke everything but the mvm script; plugins.ext and plugins.int are assumed
14 # to be copied from the parent or grandparent directory
16 @@ -72,10 +75,10 @@
18 # unix launch scripts
19 squeak.sh: ${cfgdir}/squeak.sh.in getversion
20 - sed "s|.expanded_relative_imgdir.|lib/squeak/`./getversion VERSION_TAG`|" <${cfgdir}/squeak.sh.in >squeak.sh
21 + sed "s|.expanded_relative_imgdir.|lib/amd64/squeak/`./getversion VERSION_TAG`|" <${cfgdir}/squeak.sh.in >squeak.sh
23 bin.squeak.sh: ${cfgdir}/bin.squeak.sh.in getversion
24 - sed "s|.expanded_relative_imgdir.|lib/squeak/`./getversion VERSION_TAG`|" <${cfgdir}/bin.squeak.sh.in >bin.squeak.sh
25 + sed "s|.expanded_relative_imgdir.|lib/amd64/squeak/`./getversion VERSION_TAG`|" <${cfgdir}/bin.squeak.sh.in >bin.squeak.sh
27 # npsqueak
29 @@ -130,7 +133,7 @@
30 NPOBJS = vm-display-Quartz/sqUnixSafari.o vm-sound-MacOSX/sqUnixSoundMacOSX.o vm-display-Quartz/sqUnixQuartz.o
31 NPLIBS = $(NPOBJS) -framework CoreAudio -framework AudioToolbox
33 -NPSqueak : config.sh $(SQLIBS) version.o $(NPOBJS)
34 +NPSqueak : $(SQLIBS) version.o $(NPOBJS)
35 gcc -bundle -flat_namespace -undefined suppress -o NPSqueak \
36 $(NPLIBS) $(SQLIBS) version.o $(LIBS) vm/vm.a
38 @@ -148,15 +151,6 @@
39 @Makefile_rpm@
40 @Makefile_deb@
42 -# VMM configuration changes
44 -config.sh : $(vmmcfg)/plugins.int $(vmmcfg)/plugins.ext libtool
45 - ./config.status
46 - @echo
47 - @echo "configuration changed: please run make again"
48 - @echo
49 - @exit 1
51 # bookkeeping
52 LIBTOOL_DEPS = @LIBTOOL_DEPS@
53 libtool: $(LIBTOOL_DEPS)