biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / cd-dvd / nrg2iso / c-compiler.patch
blob72752723470c5b00986ed60c459239ae423799fe
1 Support building with compilers such as Clang.
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -1,5 +1,5 @@
6 all: nrg2iso.c
7 - gcc nrg2iso.c -o nrg2iso
8 + cc nrg2iso.c -o nrg2iso
10 clean:
11 rm -f nrg2iso