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