Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 16:08:49 GMT
From:      Udo Schweigert <ust@cert.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18236: Port palm/prc-tools-gcc fails building
Message-ID:  <200004261608.QAA72558@alaska.cert.siemens.de>

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

>Number:         18236
>Category:       ports
>Synopsis:       Port palm/prc-tools-gcc fails building
>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:   Wed Apr 26 09:10:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Siemens AG, ZT IK 3
>Environment:

4.0-stable and -current

>Description:

Port palm/prc-tools-gcc fails building, complaining a missing autoheader 
program.

>How-To-Repeat:

>Fix:

Apply this patch

--- Makefile.orig	Fri Apr 21 09:52:09 2000
+++ Makefile	Wed Apr 26 12:21:57 2000
@@ -16,7 +16,8 @@
 
 MAINTAINER=	kuriyama@FreeBSD.org
 
-BUILD_DEPENDS=	${PREFIX}/bin/m68k-palmos-as:${PORTSDIR}/palm/prc-tools-binutils
+BUILD_DEPENDS=	${PREFIX}/bin/m68k-palmos-as:${PORTSDIR}/palm/prc-tools-binutils \
+		${LOCALBASE}/bin/autoheader:${PORTSDIR}/devel/autoconf
 
 USE_BISON=	YES
 USE_GMAKE=	YES

>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?200004261608.QAA72558>