Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2001 02:23:50
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Tue May  8 23:23:49 UTC 2001

Modified Files:
	pkgsrc/emulators/hercules: Makefile distinfo
	pkgsrc/emulators/hercules/patches: patch-aa

Log Message:
get hercules to compile on non-i386 by not using i386 assembly code
on those platforms.  Also remove a zillion warnings by
surrounding the i386 specific "regparm" attribute by
#ifdef __i386__

only minimal testing done on an alpha.  Hercules starts up and lets me
run "quit".


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/emulators/hercules/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/emulators/hercules/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/emulators/hercules/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.