svn commit: r332906 - head/x11/rxvt-unicode

Thierry Thomas thierry at FreeBSD.org
Tue Nov 5 20:50:09 UTC 2013


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


More information about the svn-ports-all mailing list