diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-22 02:20:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-22 02:20:24 +0800 |
commit | b1cbc1646600a727c9a0e55dce561173b2616584 (patch) | |
tree | 299506e76c567c93982c7eeb0f7af18f0cbada8d /x11-wm/mutter/files | |
parent | 077d5fb086dfe97be26093839ae5d0bc0fcf87f7 (diff) | |
download | marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.gz marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.bz2 marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.lz marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.xz marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.zst marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.zip |
Update to 3.6.2.
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18577 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/mutter/files')
-rw-r--r-- | x11-wm/mutter/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-wm/mutter/files/patch-src_core_main.c | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-wm/mutter/files/patch-configure b/x11-wm/mutter/files/patch-configure deleted file mode 100644 index 9d269ab18..000000000 --- a/x11-wm/mutter/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.old 2013-02-22 21:17:46.227070115 +0100 -+++ configure 2013-02-22 21:18:09.327066595 +0100 -@@ -14520,7 +14520,7 @@ - ac_fn_c_check_func "$LINENO" "backtrace" "ac_cv_func_backtrace" - if test "x$ac_cv_func_backtrace" = xyes; then : - cat >>confdefs.h <<_ACEOF --#define HAVE_BACKTRACE 1 -+#define HAVE_UNSUABLE_BACKTRACE 1 - _ACEOF - - fi diff --git a/x11-wm/mutter/files/patch-src_core_main.c b/x11-wm/mutter/files/patch-src_core_main.c deleted file mode 100644 index a248e943a..000000000 --- a/x11-wm/mutter/files/patch-src_core_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/main.c.orig 2010-02-12 12:17:38.000000000 -0500 -+++ src/core/main.c 2010-02-19 01:22:45.000000000 -0500 -@@ -59,7 +59,11 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#ifdef __linux__ - #include <wait.h> -+#else -+#include <sys/wait.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <signal.h> |