diff options
Diffstat (limited to 'devel/gio-fam-backend/files/patch-ae')
-rw-r--r-- | devel/gio-fam-backend/files/patch-ae | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/gio-fam-backend/files/patch-ae b/devel/gio-fam-backend/files/patch-ae new file mode 100644 index 000000000..a6d6851b0 --- /dev/null +++ b/devel/gio-fam-backend/files/patch-ae @@ -0,0 +1,30 @@ +--- configure.orig 2010-03-03 21:31:46.000000000 -0500 ++++ configure 2010-03-03 21:47:47.000000000 -0500 +@@ -714,6 +714,9 @@ ac_includes_default="\ + #ifdef HAVE_SYS_TYPES_H + # include <sys/types.h> + #endif ++#ifdef HAVE_SYS_PARAM_H ++# include <sys/param.h> ++#endif + #ifdef HAVE_SYS_STAT_H + # include <sys/stat.h> + #endif +@@ -23020,7 +23023,7 @@ _ACEOF + fi + done + +-for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid ++for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname + do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` + ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +@@ -25631,6 +25634,8 @@ fi + ;; + esac + fi ++ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" ++ G_THREAD_LIBS="${PTHREAD_LIBS}" + + if test x"$G_THREAD_CFLAGS" = x; then + |