Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2002 13:52:18 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Joerg Wunsch <joerg@FreeBSD.org>
Subject:   ports/38968: Fix port: devel/avr-libc (repect PREFIX)
Message-ID:  <200206070452.g574qI5E007102@akaraka.yonsei.ac.kr>

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

>Number:         38968
>Category:       ports
>Synopsis:       Fix port: devel/avr-libc (repect PREFIX)
>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:   Thu Jun 06 22:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jun 4 20:20:35 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386

>Description:
- Respect $PREFIX.

>How-To-Repeat:
>Fix:

diff -ruN avr-libc.orig/Makefile avr-libc/Makefile
--- avr-libc.orig/Makefile	Fri Apr 26 23:08:27 2002
+++ avr-libc/Makefile	Fri Jun  7 13:47:10 2002
@@ -21,7 +21,7 @@
 		avr-gcc:${PORTSDIR}/devel/avr-gcc
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ENV=	CC=avr-gcc
+CONFIGURE_ENV=	CC=avr-gcc PREFIX=${PREFIX}
 CONFIGURE_SCRIPT= doconf
 
 do-build:
>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?200206070452.g574qI5E007102>