summaryrefslogtreecommitdiffstats
path: root/devel/glib20/files/patch-ae
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:38:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:38:13 +0800
commit764ba499ef3e17e0aecc018262c36e06e305fdb3 (patch)
tree458563e43c045159e934552c758e98bc938e45f0 /devel/glib20/files/patch-ae
parent2e4d2e942a99fbc51adebabc4cd543a91491ba37 (diff)
downloadmarcuscom-ports-764ba499ef3e17e0aecc018262c36e06e305fdb3.tar
marcuscom-ports-764ba499ef3e17e0aecc018262c36e06e305fdb3.tar.gz
marcuscom-ports-764ba499ef3e17e0aecc018262c36e06e305fdb3.tar.bz2
marcuscom-ports-764ba499ef3e17e0aecc018262c36e06e305fdb3.tar.lz
marcuscom-ports-764ba499ef3e17e0aecc018262c36e06e305fdb3.tar.xz
marcuscom-ports-764ba499ef3e17e0aecc018262c36e06e305fdb3.tar.zst
marcuscom-ports-764ba499ef3e17e0aecc018262c36e06e305fdb3.zip
Update to 2.27.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14917 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/files/patch-ae')
-rw-r--r--devel/glib20/files/patch-ae48
1 files changed, 48 insertions, 0 deletions
diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae
new file mode 100644
index 000000000..80fcb92b2
--- /dev/null
+++ b/devel/glib20/files/patch-ae
@@ -0,0 +1,48 @@
+--- configure.orig 2010-09-09 12:18:43.000000000 +0200
++++ configure 2010-09-09 12:20:56.000000000 +0200
+@@ -575,6 +575,9 @@
+ #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
+@@ -5187,7 +5190,7 @@
+ fi
+
+ GLIB_RUNTIME_LIBDIR="$with_runtime_libdir"
+-ABS_GLIB_RUNTIME_LIBDIR="`readlink -f $libdir/$with_runtime_libdir`"
++ABS_GLIB_RUNTIME_LIBDIR="`readlink $libdir/$with_runtime_libdir`"
+
+
+ if test "x$with_runtime_libdir" != "x"; then
+@@ -22212,7 +22215,7 @@
+ 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"
+@@ -24815,6 +24818,8 @@
+ ;;
+ esac
+ fi
++ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
++ G_THREAD_LIBS="${PTHREAD_LIBS}"
+
+ if test x"$G_THREAD_CFLAGS" = x; then
+
+@@ -27415,7 +27420,7 @@
+ fi
+
+
+-if test "x${enable_Bsymbolic}" == "xyes"; then
++if test "x${enable_Bsymbolic}" = "xyes"; then
+ GLIB_LINK_FLAGS=-Wl,-Bsymbolic-functions
+ fi
+