Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 14:56:31 -0700 (PDT)
From:      <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43311: [patch] fix lang/klone
Message-ID:  <200209232156.g8NLuV2r050270@vectors.cx>

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

>Number:         43311
>Category:       ports
>Synopsis:       [patch] fix lang/klone
>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:   Mon Sep 23 15:00:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #21: Sun Sep 22 01:45:57 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	as noted in http://bento.freebsd.org/errorlogs/4-latest/klone-2.1.359_1.log,
	there is a *alloc() clash. this patch patches the patch to patch the problem.

	
>How-To-Repeat:
	
>Fix:

	

--- klone.patch begins here ---
--- lang/klone/files/freebsd.orig	Mon Sep 23 14:51:02 2002
+++ lang/klone/files/freebsd	Mon Sep 23 14:51:12 2002
@@ -11,7 +11,7 @@
                     # name (absolute or relative) of the compiler: cc, /bin/cc
 C_COMPILER     = %%CC%%
                     # various defines:
-DEFINES        = -DSYSV_TIME -DVOID_SIGNALS
+DEFINES        = -DSYSV_TIME -DVOID_SIGNALS -DDO_NOT_REDEFINE_MALLOC
                     # other linker -specific flags
 LFLAGS         =
                     # unix command to apply to executable after link 
--- klone.patch ends here ---


>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?200209232156.g8NLuV2r050270>