Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 20:50:08 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332906 - head/x11/rxvt-unicode
Message-ID:  <201311052050.rA5Ko8dt034105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Nov  5 20:50:08 2013
New Revision: 332906
URL: http://svnweb.freebsd.org/changeset/ports/332906

Log:
  If compiled with clang, rxvt-unicode segfaults when trying to scroll
  with the mouse wheel. There are some intrusive patches floating around
  (from #rxvt-unicode / Cl. Zumbo), but ATM I prefer forcing Gcc.
  
  Submitted by:	Claudio Zumbo <claudiozumbo (at) gmail <dot> com>

Modified:
  head/x11/rxvt-unicode/Makefile

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Tue Nov  5 20:34:42 2013	(r332905)
+++ head/x11/rxvt-unicode/Makefile	Tue Nov  5 20:50:08 2013	(r332906)
@@ -18,6 +18,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/fc-cache:$
 		${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses
 
 USES=			pkgconfig shebangfix
+USE_GCC=		yes # segfaults when trying to scroll with the mouse wheel if clang
 USE_XORG=		xpm xft xrender
 GNU_CONFIGURE=		yes
 CPPFLAGS+=		-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311052050.rA5Ko8dt034105>