repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
tools
/
cd-dvd
/
nrg2iso
/
c-compiler.patch
blob
72752723470c5b00986ed60c459239ae423799fe
1
Support building with compilers such as Clang.
2
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
9
10
clean:
11
rm -f nrg2iso