Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/02/1998 11:20:01
tron
Sun Aug  2 11:14:33 PDT 1998
Update of /cvsroot/pkgsrc/games/maelstrom/patches
In directory nb00:/tmp/cvs-serv28320/patches

Modified Files:
	patch-ac patch-ad 
Log Message:
Replace "#ifdef sparc" with "if defined(sparc) && !defined(__NetBSD__)"
to make this compile on NetBSD sparc. Fixes PR pkg/5894 by Brad Salai.