Fix build with GNU Make 4.3: https://github.com/Aegisub/Aegisub/issues/171 Patch taken from upstream: https://github.com/Aegisub/Aegisub/commit/6bd3f4c26b8fc1f76a8b797fcee11e7611d59a39 diff --git a/Makefile.target b/Makefile.target --- a/Makefile.target +++ b/Makefile.target @@ -112,7 +112,7 @@ POST_FLAGS = $($@_FLAGS) -c -o $@ $< # Libraries contain all object files they depend on (but they may depend on other files) # Not using libtool on OS X because it has an unsilenceable warning about a # compatibility issue with BSD 4.3 (wtf) -lib%.a: $$($$*_OBJ) +lib%.a: $$($$(*F)_OBJ) @$(BIN_MKDIR_P) $(dir $@) $(BIN_AR) cru $@ $(filter %.o,$^) $(BIN_RANLIB) $@ ame='id' value='63b96da5ea5dfb5c330d9ee18668e8c600add19c'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/audiofile-hurd.patch
17:27:21 +0100'>2024-01-05
AgeCommit message (Expand)Author
daemon: Change default ‘timeout’ and ‘max-silent-time’ values....Ludovic Courtès
2023-12-17daemon: Fix my own whitespace errors....Tobias Geerinckx-Rice
2023-12-10daemon: Sacrifice builders on OOM....Tobias Geerinckx-Rice
2023-12-11daemon: Implement ‘substitute-urls’ RPC....Ludovic Courtès
2023-12-04daemon: Simplify “empty status” substitute error message....Ludovic Courtès
2023-09-24Revert "build: Add missing guix-gc.timer file to binary tarball."...Tobias Geerinckx-Rice
2023-09-26daemon: Add “git-download” built-in builder....Ludovic Courtès
2023-09-09daemon: Fix build with GCC 13....Sören Tempel
2023-08-31build: Add missing guix-gc.timer file to binary tarball....Maxim Cournoyer
2023-01-09daemon: Improve error message for wrong hash sizes....Ludovic Courtès
2022-12-18daemon: Make "opening file" error messages distinguishable....Ludovic Courtès
2022-10-17Revert "nix: Guard against removing temporary roots of living processes."...Ludovic Courtès
2022-10-07nix: Guard against removing temporary roots of living processes....Ludovic Courtès
2022-09-11daemon: Remove unused function findOutput....Maxime Devos
2022-09-11daemon: Remove unused function exportPaths....Maxime Devos
2022-09-11daemon: Remove unused function openStore....Maxime Devos