mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
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
20 lines
418 B
C
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;
|