diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 6 |
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 |