Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 1997 09:11:38 +0200
From:      Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
To:        Chuck Robey <chuckr@glue.umd.edu>
Cc:        ports@freebsd.org
Subject:   Re: problem with gnuplot-336 in 2.2-stable
Message-ID:  <19970722091138.43059@btp1da.phy.uni-bayreuth.de>
In-Reply-To: <Pine.OSF.3.95q.970721223353.7132M-100000@professor.eng.umd.edu>; from Chuck Robey on Mon, Jul 21, 1997 at 10:35:15PM -0400
References:  <199707210730.JAA23338@btp1da.phy.uni-bayreuth.de> <Pine.OSF.3.95q.970721223353.7132M-100000@professor.eng.umd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 21, 1997 at 10:35:15PM -0400, Chuck Robey wrote:
> On Mon, 21 Jul 1997, Werner Griessl wrote:
> 
> > 
> > Gnuplot-336 from ports failes for me with:
> > 
> > cc -c  -I/usr/local/include -I. -I. -I./term -I./term -DHAVE_CONFIG_H -I/usr/X11R6/include -O -m486 -pipe term.c
> > In file included from term.h:191,
> >                  from term.c:749:
> > term/gif.trm:82: gd.h: No such file or directory
> > 
> > Werner
> > 
> 
> I double checked by building gd, and you were right.  The patch I'm
> including below fixes it, just put it in the patches/ subdir.
> 
> =================================
> --- term/gif.trm.orig	Mon Jul 21 22:26:10 1997
> +++ term/gif.trm	Mon Jul 21 22:26:43 1997
> @@ -79,7 +79,7 @@
>  TERM_PUBLIC int GIF_text_angle __PROTO((int ang));
>  TERM_PUBLIC void GIF_reset __PROTO((void));
>  
> -#include "gd.h"
> +#include <gd/gd.h>
>  extern gdFontPtr gdFontSmall;  /* 6x12 */
>  extern gdFontPtr gdFontLarge;  /* 8x16 */
>  extern gdFontPtr gdFontMediumBold;  /* 7x13 */
> =================================
> 
> > 
> 
> ----------------------------+-----------------------------------------------
> Chuck Robey                 | Interests include any kind of voice or data 
> chuckr@eng.umd.edu          | communications topic, C programming, and Unix.
> 213 Lakeside Drive Apt. T-1 |
> Greenbelt, MD 20770         | I run Journey2 and picnic, both FreeBSD
> (301) 220-2114              | version 3.0 current -- and great FUN!
> ----------------------------+-----------------------------------------------
> 

Thanks for the patch !
I installed it as "patch-ac" and the port is working now.
Werner




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