diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-28 01:49:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-28 01:49:26 +0800 |
commit | 47a512dee1237f696686c888ee1b32610e53c828 (patch) | |
tree | a21994996b1884420e92b78deda90db396221219 /x11-toolkits | |
parent | d13fd584027cf26eb26021ab85647a48121108e1 (diff) | |
download | marcuscom-ports-47a512dee1237f696686c888ee1b32610e53c828.tar.gz 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-toolkits')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 012b9982d..e53d796f4 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.46 2012/05/15 15:20:42 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.47 2012/07/15 21:54:22 kwm Exp $ # PORTNAME= gtk @@ -39,9 +39,9 @@ USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache USE_GETTEXT= yes USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite -CONFIGURE_ARGS= --enable-static --enable-xinput=yes +CONFIGURE_ARGS= --enable-static CONFIGURE_ARGS+=--enable-gtk2-dependency --disable-packagekit -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` ac_cv_path_SED="${SED}" |