about summary refs log tree commit diff
path: root/pkgs/by-name/mi/missidentify/fix-darwin-build.patch
blob: cc54480567afe58c3d6f22f785b549a84e8aa2ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/main.h
+++ b/main.h
@@ -68,7 +68,7 @@ memset(VAR,0,SIZE * sizeof(TYPE));
 
 
 
-#ifdef __GLIBC__
+#if defined(__GLIBC__) || defined (__APPLE__)
 extern char *__progname;
 #else
 char *__progname;