Bug 76501 - lang/ohugs: fix compilation on >= 5.x
Summary: lang/ohugs: fix compilation on >= 5.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-20 14:20 UTC by Johan van Selst
Modified: 2005-01-21 11:15 UTC (History)
0 users

See Also:


Attachments
file.diff (340 bytes, patch)
2005-01-20 14:20 UTC, Johan van Selst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2005-01-20 14:20:21 UTC
	
	Compiler complains about the use of NULL as integer value.
	ObFix: use 0 instead.

Fix: Add patch below as files/patch-src::type.c
And remove BROKEN variable
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-01-21 10:44:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

Claim for haskell-land.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-01-21 11:13:39 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks! 
It's actually spelt "NIL" :)