diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-04 10:49:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-04 10:49:06 +0800 |
commit | b67b2bc1f2ca7b2c32db56fe04e4276ec59060ce (patch) | |
tree | 7a59a48dc92cdaea1c1bbfbf92cd9c1c3d97bcae /devel | |
parent | adf00620eacb013307d1346414180002308413be (diff) | |
download | marcuscom-ports-b67b2bc1f2ca7b2c32db56fe04e4276ec59060ce.tar.gz marcuscom-ports-b67b2bc1f2ca7b2c32db56fe04e4276ec59060ce.tar.zst marcuscom-ports-b67b2bc1f2ca7b2c32db56fe04e4276ec59060ce.zip |
Attempt to fix the build on 6.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13750 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/files/patch-ae | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae index c45a9b13d..a6d6851b0 100644 --- a/devel/glib20/files/patch-ae +++ b/devel/glib20/files/patch-ae @@ -1,19 +1,16 @@ ---- configure.orig 2009-09-05 10:54:38.000000000 +0200 -+++ configure 2009-09-05 10:56:40.000000000 +0200 -@@ -29571,6 +29571,12 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default +--- 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> ++# include <sys/param.h> +#endif -+#ifdef HAVE_SYS_MOUNT_H -+#include <sys/mount.h> -+#endif - int - main () - { -@@ -23020,7 +23026,7 @@ _ACEOF + #ifdef HAVE_SYS_STAT_H + # include <sys/stat.h> + #endif +@@ -23020,7 +23023,7 @@ _ACEOF fi done @@ -22,7 +19,7 @@ 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" -@@ -39943,6 +39949,8 @@ fi +@@ -25631,6 +25634,8 @@ fi ;; esac fi |