Date: Fri, 21 Jan 2000 15:28:39 +0100 (CET) From: Alexander Langer <alex@cichlids.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16253: fix print/transfig (bentofied) Message-ID: <200001211428.PAA14307@cichlids.cichlids.com>
next in thread | raw e-mail | index | archive | help
>Number: 16253 >Category: ports >Synopsis: fix print/transfig (bentofied) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 21 06:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: -current >Description: fix a forgotten / that makes the install fail (which does not stop the build, strange). found by bento >How-To-Repeat: make package >Fix: --- ../../transfig/patches/patch-ac Fri Dec 24 19:48:00 1999 +++ patch-ac Fri Jan 21 15:25:12 2000 @@ -5,7 +5,7 @@ XCOMM and installed xfig. This will be made automatic in the future. -XFIGLIBDIR = /usr/local/lib/X11/xfig -+XFIGLIBDIR = $(PREFIX)lib/X11/xfig ++XFIGLIBDIR = $(PREFIX)/lib/X11/xfig XCOMM If your system has the strerror() function (doesn't have sys_errlist) then XCOMM comment out NEED_STRERROR with an XCOMM comment. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001211428.PAA14307>