Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 1998 13:23:57 +0200 (MEST)
From:      Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8117: patch for graphics/urt port
Message-ID:  <199810011123.NAA13718@btp1da.phy.uni-bayreuth.de>

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

>Number:         8117
>Category:       ports
>Synopsis:       patch for graphics/urt port
>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:   Thu Oct  1 04:30:00 PDT 1998
>Last-Modified:
>Originator:     Werner Griessl
>Organization:
>Release:        FreeBSD 3.0-BETA i386
>Environment:
>Description:
The urt-port don't link in FreeBSD-Current ELF because tiff34 depends
on jpeg .

>How-To-Repeat:
Do a "make" in /usr/ports/graphics/urt with FreeBSD-Current ELF

>Fix:
commit the following diff for urt/patches/patch-aa .
The diff also works for FreeBSD 2.2.7-STABLE .

#diff -u patch-aa.ori patch-aa
--- patch-aa.ori        Tue Sep 29 12:47:52 1998
+++ patch-aa    Tue Sep 29 12:48:56 1998
@@ -153,7 +153,7 @@
 -LIBTIFF = $(TIFFDIR)/libtiff.a
 +##defpath TIFFDIR
 +INCTIFF = -I${PREFIX}/include/tiff34
-+LIBTIFF = -L${PREFIX}/lib -ltiff34
++LIBTIFF = -L${PREFIX}/lib -ltiff34 -ljpeg
  #endif
  
  #ifdef X10
	

>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?199810011123.NAA13718>