diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-05 12:22:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-05 12:22:33 +0800 |
commit | 97f51ef0139d372d9e5708007d11d7b5361d4fb7 (patch) | |
tree | f0455878076719f8dd64331b116f71130531cbfc /devel | |
parent | 54de3d8932ae79f2d6bd70378c7bdeabc6716a60 (diff) | |
download | marcuscom-ports-97f51ef0139d372d9e5708007d11d7b5361d4fb7.tar.gz marcuscom-ports-97f51ef0139d372d9e5708007d11d7b5361d4fb7.tar.zst marcuscom-ports-97f51ef0139d372d9e5708007d11d7b5361d4fb7.zip |
Fix the build on 6.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13760 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-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 + |