emacs doesn't build with 6-current and completely updated ports

FUJISHIMA Satsuki sf at FreeBSD.org
Mon Sep 5 09:21:40 PDT 2005


At Mon, 05 Sep 2005 09:01:42 -0700,
Sean McNeil wrote:
> The following patch does work for me:

It looks very equivalent as I supplied. :) I don't know what prevents
that working for you (of course it works for me,) the meaning of this
patch seems to correct. Now I believe nobutaka would help us soon.

> 
> --- src/xterm.c.orig	Tue Oct 15 07:21:45 2002
> +++ src/xterm.c	Mon Sep  5 08:57:38 2005
> @@ -8863,7 +8863,7 @@
>  	  XawScrollbarSetThumb (widget, top, shown);
>  	else
>  	  {
> -#ifdef HAVE_XAW3D
> +#if defined(HAVE_XAW3D) && defined(XAW_ARROW_SCROLLBARS)
>  	    ScrollbarWidget sb = (ScrollbarWidget) widget;
>  	    int scroll_mode = 0;
>  	    
> @@ -8883,7 +8883,7 @@
>  	    
>  	    XawScrollbarSetThumb (widget, top, shown);
>  	    
> -#ifdef HAVE_XAW3D
> +#if defined(HAVE_XAW3D) && defined(XAW_ARROW_SCROLLBARS)
>  	    if (xaw3d_arrow_scroll && scroll_mode == 2)
>  	      sb->scrollbar.scroll_mode = scroll_mode;
>  #endif
> 
> 
> 


More information about the freebsd-ports mailing list