depot/third_party/nixpkgs/pkgs/tools/cd-dvd/nrg2iso/c-compiler.patch
Default email c7e6337bd0 Project import generated by Copybara.
GitOrigin-RevId: 08e4dc3a907a6dfec8bb3bbf1540d8abbffea22b
2023-04-29 12:46:19 -04:00

11 lines
188 B
Diff

Support building with compilers such as Clang.
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all: nrg2iso.c
- gcc nrg2iso.c -o nrg2iso
+ cc nrg2iso.c -o nrg2iso
clean:
rm -f nrg2iso