Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2002 11:14:47 -0800 (PST)
From:      Kyle Martin <mkm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34179: [PATCH] this fixes the config issue in games/xracer
Message-ID:  <200201221914.g0MJElx74719@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 11:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200201221914.g0MJElx74719>