Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2005 01:13:13 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86282: maintainer-update: patch: graphics/exrtools - fix build on 4.x 
Message-ID:  <200509172313.j8HNDD5K001104@beaver.critical.ch>
Resent-Message-ID: <200509172320.j8HNKIi9045107@freefall.freebsd.org>

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

>Number:         86282
>Category:       ports
>Synopsis:       maintainer-update: patch: graphics/exrtools - fix build on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 17 23:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386


	
>Description:
The following patch fixes the build of graphics/exrtools on 4.x

Pointed out by:	krismail (pointyhat)

>How-To-Repeat:
	
>Fix:

	



--- exrtools.patch begins here ---
--- Makefile.orig	Sun Sep 18 01:07:31 2005
+++ Makefile	Sun Sep 18 01:08:03 2005
@@ -21,6 +21,7 @@
 USE_LIBTOOL_VER=13
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
+USE_GETOPT_LONG=yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
--- exrtools.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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