summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-28 01:49:26 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-28 01:49:26 +0800
commit47a512dee1237f696686c888ee1b32610e53c828 (patch)
treea21994996b1884420e92b78deda90db396221219 /x11-wm
parentd13fd584027cf26eb26021ab85647a48121108e1 (diff)
downloadmarcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.tar
marcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.tar.gz
marcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.tar.bz2
marcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.tar.lz
marcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.tar.xz
marcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.tar.zst
marcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.zip
Add -fno-omit-frame-pointer to CPPFLAGS. This makes gnome-shell and friends
a lot stabler. Add a patch to clutter, to first try to lock a mutex before unlocking. FreeBSD doesn't allow unlock to silently fail. Submitted by: Gustau P'erez i Querol <gustau.perez@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17056 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/mutter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile
index 598ea9ad2..fcd81b3fc 100644
--- a/x11-wm/mutter/Makefile
+++ b/x11-wm/mutter/Makefile
@@ -3,7 +3,7 @@
# Whom: Pawel Worach <pawel.worach@gmail.com>
#
# $FreeBSD$
-# $MCom: ports/x11-wm/mutter/Makefile,v 1.34 2012/05/27 07:38:18 kwm Exp $
+# $MCom: ports/x11-wm/mutter/Makefile,v 1.35 2012/06/30 22:13:09 kwm Exp $
#
PORTNAME= mutter
@@ -35,7 +35,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehier gnomeprefix gnomehack intlhack gtk30 ltverhack
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= LIBS="-lexecinfo"
CONFIGURE_ARGS= --enable-compile-warnings=maximum