summaryrefslogtreecommitdiffstats
path: root/x11
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
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')
-rw-r--r--x11/gnome-shell/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 842959abf..1e3b03330 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -3,7 +3,7 @@
# Whom: Pawel Worach <pawel.worach@gmail.com>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-shell/Makefile,v 1.53 2012/05/26 19:05:29 kwm Exp $
+# $MCom: ports/x11/gnome-shell/Makefile,v 1.54 2012/07/24 10:02:05 kwm Exp $
#
PORTNAME= gnome-shell
@@ -52,10 +52,6 @@ CONFIGURE_ARGS+=--enable-compile-warnings=no \
CPPFLAGS+= -I${LOCALASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-# don't use -O2 in CFLAGS it makes gnome-shell unhappy (aka crashing)
-# but only for me on amd64, report that it works on i386 ..
-CFLAGS+= -O0 -pipe -fno-strict-aliasing
-
post-patch:
@${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \
${WRKSRC}/src/shell-app-system.c