Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2000 18:51:02 +0900 (JST)
From:      tino@pa2.so-net.ne.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19847: devel/mingw-gcc: fix a dependency
Message-ID:  <200007110951.SAA10876@tino.adsl.wakwak.com>

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

>Number:         19847
>Category:       ports
>Synopsis:       devel/mingw-gcc: fix a dependency
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 11 03:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Toshihiro Inoue
>Release:        FreeBSD 3.5-RELEASE i386
>Organization:
>Environment:
>Description:

fix a dependency error:
devel/mingw-gcc

>How-To-Repeat:
>Fix:

--- devel/mingw-gcc/Makefile.orig	Tue Jul 11 17:45:11 2000
+++ devel/mingw-gcc/Makefile	Tue Jul 11 18:38:35 2000
@@ -19,7 +19,8 @@
 MAINTAINER=	tino@pa2.so-net.ne.jp
 
 BUILD_DEPENDS=	i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
-		mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
+		mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
+		autoheader:${PORTSDIR}/devel/autoconf
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 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?200007110951.SAA10876>