about summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/nrg2iso/c-compiler.patch
blob: 72752723470c5b00986ed60c459239ae423799fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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