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
ripasso-cursive: cosmetic changes (#361736)
[NixPkgs.git]
/
pkgs
/
by-name
/
mi
/
missidentify
/
fix-darwin-build.patch
blob
cc54480567afe58c3d6f22f785b549a84e8aa2ae
1
--- a/main.h
2
+++ b/main.h
3
@@ -68,7 +68,7 @@ memset(VAR,0,SIZE * sizeof(TYPE));
4
5
6
7
-#ifdef __GLIBC__
8
+#if defined(__GLIBC__) || defined (__APPLE__)
9
extern char *__progname;
10
#else
11
char *__progname;