Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 11:52:28 +1030 (CST)
From:      "Radar User" <radar@test4.gsoft.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9850: graphics/tiff34 port fails
Message-ID:  <199902010122.LAA11121@test4.gsoft.com.au>

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

>Number:         9850
>Category:       ports
>Synopsis:       graphics/tiff34 port fails
>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:   Sun Jan 31 17:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Daniel O'Connor <doconnor@gsoft.com.au>
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
Genesis Software
>Environment:

2.2.7 + CAM

>Description:

The tiff library doesn't build (ar gets called with no args)

>How-To-Repeat:

make install

>Fix:
	
Patch Makefile.in (some more)

*** tiff-v3.4/libtiff/Makefile.in.orig	Mon Feb  1 11:50:40 1999
--- tiff-v3.4/libtiff/Makefile.in	Mon Feb  1 11:50:36 1999
***************
*** 143,149 ****
  	fi
  
  libtiff.a: ${OBJS}
! 	${AR} ${AROPTS} libtiff.a $?
  	${RANLIB} libtiff.a
  
  #
--- 143,149 ----
  	fi
  
  libtiff.a: ${OBJS}
! 	${AR} ${AROPTS} libtiff.a ${OBJS}
  	${RANLIB} libtiff.a
  
  #
>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?199902010122.LAA11121>