ports/graphics/gimp-app/files/patch-app_base_base-utils.c
Koop Mast ce48c74dd8 Update to 2.8.4.
Convert to OptionsNG, remove shlib versions, update Makefile header.
Disable helpbrowser for now, need newer webkit.
Use USE_PKGCONFIG and switch to pathfix instead of gnomehack

Requested by many.

Obtained from:	gnome team repo
2013-03-11 12:19:08 +00:00

20 lines
418 B
C

--- app/base/base-utils.c~
+++ app/base/base-utils.c
@@ -29,7 +29,7 @@
#include <process.h>
#endif
-#ifdef G_OS_UNIX
+#ifdef __GLIBC__
/* For get_backtrace() */
#include <stdlib.h>
#include <string.h>
@@ -112,7 +112,7 @@ get_physical_memory_size (void)
char *
get_backtrace (void)
{
-#ifdef G_OS_UNIX
+#ifdef __GLIBC__
void *functions[MAX_FUNC];
char **function_names;
int n_functions;