From 29b3b5995fd4f9f7a038f34d0b1db7d48e1a4a69 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 8 Feb 2014 13:06:37 +0000 Subject: Don't force Gcc when MOUSEWHEEL is disabled. PR: ports/186107 Submitted by: Zsolt Udvari --- x11/rxvt-unicode/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/rxvt-unicode/Makefile') diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index e2cda7eba747..268f1dbf622f 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -18,7 +18,6 @@ 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 @@ -129,6 +128,8 @@ CONFIGURE_ARGS+= --disable-delete-key # enable scrolling via mouse wheel or buttons 4 & 5 .if !${PORT_OPTIONS:MMOUSEWHEEL} CONFIGURE_ARGS+= --disable-mousewheel +.else +USE_GCC= yes # segfaults when trying to scroll with the mouse wheel if clang .endif # enable smart resize -- cgit v1.2.3