From nobody@FreeBSD.org  Tue Jan 22 11:14:47 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5B8C537B41A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Jan 2002 11:14:47 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g0MJElx74719;
	Tue, 22 Jan 2002 11:14:47 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200201221914.g0MJElx74719@freefall.freebsd.org>
Date: Tue, 22 Jan 2002 11:14:47 -0800 (PST)
From: Kyle Martin <mkm@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] this fixes the config issue in games/xracer
X-Send-Pr-Version: www-1.0

>Number:         34179
>Category:       ports
>Synopsis:       [PATCH] this fixes the config issue in games/xracer
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 11:20:00 PST 2002
>Closed-Date:    Tue Jan 22 13:15:47 PST 2002
>Last-Modified:  Tue Jan 22 13:16:40 PST 2002
>Originator:     Kyle Martin
>Release:        4.5-RC
>Organization:
Penguin Hunting Expeditions Inc.
>Environment:
FreeBSD marvin.idsi.net 4.5-RC FreeBSD 4.5-RC #3: Sat Jan 19 01:49:35 CST 2002     mkm@marvin.idsi.net:/usr/src/sys/compile/MARVIN  i386
      
>Description:
this patch fixes the build error found on bento	
>How-To-Repeat:
cd /usr/ports/games/xrace && make
>Fix:
*** Makefile.old        Tue Jan 22 13:09:58 2002
--- Makefile    Tue Jan 22 13:09:25 2002
***************
*** 23,28 ****
--- 23,31 ----
                LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
  CONFIGURE_ARGS=       --disable-esd
  
+ post-configure:
+       @${PERL} -pi -e 's@autoheader@autoheader213@g' ${WRKSRC}/Makefile
+ 
  post-install:
        @${ECHO} "===>   Installing Tracks and Sound"
        @${MKDIR} ${PREFIX}/share/xracer
     
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sf 
State-Changed-When: Tue Jan 22 13:15:47 PST 2002 
State-Changed-Why:  
port fixed somewhat different way. Thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34179 
>Unformatted:
