Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2000 10:13:28 -0500 (EST)
From:      "Richard J. Kuhns" <rjk@grauel.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16329: Patch so lang/ghc will compile under 4.0
Message-ID:  <200001241513.KAA16018@sawmill.grauel.com>

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

>Number:         16329
>Category:       ports
>Synopsis:       Patch so lang/ghc will compile under -current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 24 07:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Richard J. Kuhns
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Grauel Enterprises, Inc
>Environment:

	FreeBSD 4.0-current

>Description:

	ghc wouldn't compile because configure didn't know anything
about "i386--freebsd4.0".

>How-To-Repeat:

	make.

>Fix:
	
--- configure.orig	Mon Jan 24 09:54:57 2000
+++ configure	Mon Jan 24 09:55:46 2000
@@ -761,7 +761,7 @@
         HostVendor_CPP='unknown'
         HostOS_CPP='linux'
         ;;
-i[3456]86-*-freebsd3*) # FreeBSD 3.0+ uses ELF
+i[3456]86-*-freebsd[34]*) # FreeBSD 3.0+ uses ELF
 	HostPlatform=i386-unknown-freebsd3 # hack again
 	TargetPlatform=i386-unknown-freebsd3
 	BuildPlatform=i386-unknown-freebsd3



>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?200001241513.KAA16018>