Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2002 19:20:51 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/36756: malloc.h -> stdlib.h games/nethack-qt
Message-ID:  <200204041720.g34HKpTY048754@tl.kom.tuwien.ac.at>

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

>Number:         36756
>Category:       ports
>Synopsis:       malloc.h -> stdlib.h games/nethack-qt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 04 09:20:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Apr 2 18:27:42 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	
diff -u Makefile.orig Makefile
--- Makefile.orig       Thu Apr  4 19:18:27 2002
+++ Makefile    Thu Apr  4 19:18:31 2002
@@ -32,6 +32,7 @@

 post-patch:
        @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h
+       @${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/win/Qt/qt_win.cpp

 pre-configure:
        @cd ${WRKSRC}/sys/unix; ${SH} setup.sh


>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?200204041720.g34HKpTY048754>