Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 1997 10:15:40 +0200 (CEST)
From:      MITA Yoshio <Yoshio.Mita.isen.fr@pcmita.isen.fr>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2
Message-ID:  <199709270815.KAA00407@pcmita.isen.fr>
Resent-Message-ID: <199709270820.BAA09053@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4637
>Category:       ports
>Synopsis:       current xfig-3.2 is unable to compile under XFree86
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 01:20:00 PDT 1997
>Last-Modified:
>Originator:     MITA Yoshio
>Organization:
Centre National de la Recherche Scientifique
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:
	XFree86-3.2 + FreeBSD 2.2.1-R
>Description:
	Compilation stops with errors like: X11/Xpm.h no such file or directory.
>How-To-Repeat:
>Fix:
	The error is solved by applying this patch, but I don't know
	whether this change makes compilation error at XFree86 3.3[.1].

diff -rcN graphics/xfig.orig/patches/patch-aa graphics/xfig/patches/patch-aa
*** graphics/xfig.orig/patches/patch-aa	Thu Aug 28 06:57:42 1997
--- graphics/xfig/patches/patch-aa	Sat Sep 27 08:32:06 1997
***************
*** 27,33 ****
   #ifdef USEXPM
   XPMLIBDIR = $(USRLIBDIR)
  -XPMINC = -I$(INCDIR)
! +XPMINC = -I$(INCDIR)/X11
   XPMLIB = -L$(XPMLIBDIR) -lXpm
   #endif
   
--- 27,33 ----
   #ifdef USEXPM
   XPMLIBDIR = $(USRLIBDIR)
  -XPMINC = -I$(INCDIR)
! +XPMINC = -I$(INCDIR)/X11 -I$(INCDIR)
   XPMLIB = -L$(XPMLIBDIR) -lXpm
   #endif
   
>Audit-Trail:
>Unformatted:



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