Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2002 03:30:58 +0100 (CET)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33908: fix graphics/xfractint 
Message-ID:  <200201150230.g0F2Uwm93576@elevation.zuhause.stoert.net>

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

>Number:         33908
>Category:       ports
>Synopsis:       fix graphics/xfractint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 18:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:
System: FreeBSD elevation.zuhause.stoert.net 4.5-RC FreeBSD 4.5-RC #7: Fri Jan 11 17:39:59 CET 2002 root@elevation.zuhause.stoert.net:/usr/obj/usr/src/sys/ELEVATION i386


	
>Description:

	-fix bento build problems
	
	
>How-To-Repeat:
	
>Fix:

diff -ruN xfractint/Makefile /usr/ports/graphics/xfractint/Makefile
--- xfractint/Makefile	Tue Jan 15 03:09:39 2002
+++ /usr/ports/graphics/xfractint/Makefile	Thu Jan  3 01:52:29 2002
@@ -21,6 +21,6 @@
 
 pre-patch:
 	@${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${PERL} -pi -e \
-		's|malloc\.h|stdlib.h|'
+		's|malloc.h|stdlib.h|'
 
 .include <bsd.port.mk>
	


>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?200201150230.g0F2Uwm93576>