From be1f082004bfddba1fb54c0270f5ba561aa4fc63 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 5 Jun 2008 13:13:00 +0000 Subject: Update to 2.17.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11024 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/glib20/files/patch-ae | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 devel/glib20/files/patch-ae (limited to 'devel/glib20/files/patch-ae') diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae new file mode 100644 index 000000000..2ba6ab189 --- /dev/null +++ b/devel/glib20/files/patch-ae @@ -0,0 +1,33 @@ +--- configure.orig 2008-03-17 23:32:05.000000000 -0400 ++++ configure 2008-03-18 17:55:42.000000000 -0400 +@@ -32748,6 +32748,12 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + $ac_includes_default ++#ifdef HAVE_SYS_PARAM_H ++#include ++#endif ++#ifdef HAVE_SYS_MOUNT_H ++#include ++#endif + int + main () + { +@@ -34051,7 +34057,7 @@ done + + + +-for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid ++for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` + { echo "$as_me:$LINENO: checking for $ac_func" >&5 +@@ -39139,6 +39145,8 @@ fi + ;; + esac + fi ++ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" ++ G_THREAD_LIBS="${PTHREAD_LIBS}" + + if test x"$G_THREAD_CFLAGS" = x; then + -- cgit v1.2.3