1 | --- devel/glib2/files/patch-glib__gutils.c 2005-09-28 00:08:29.000000000 +0200 |
---|
2 | +++ /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/devel/glib2/files/patch-glib__gutils.c 2005-09-20 20:45:14.000000000 +0200 |
---|
3 | @@ -5,7 +5,8 @@ |
---|
4 | #include <sys/param.h> |
---|
5 | #endif |
---|
6 | #ifdef HAVE_CRT_EXTERNS_H |
---|
7 | - #include <crt_externs.h> /* for _NSGetEnviron */ |
---|
8 | +-#include <crt-externs.h> /* for _NSGetEnviron */ |
---|
9 | ++#include <crt_externs.h> /* for _NSGetEnviron */ |
---|
10 | +#define HAVE__NSGETENVIRON |
---|
11 | #endif |
---|
12 | |
---|