From f111b45024bee7ada64f68abcf765c0990038694 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 5 Nov 2013 20:50:08 +0000 Subject: 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 com> --- x11/rxvt-unicode/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11') diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index ec9c05c9cb7b..afc3cfdc7b08 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ ${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 -- cgit v1.2.3