Subject: CVS commit: pkgsrc/security/gnupg
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 02/02/2004 23:41:32
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Mon Feb  2 23:41:32 UTC 2004

Modified Files:
	pkgsrc/security/gnupg: Makefile

Log Message:
Fix build in FreeBSD, the output was:

 _mpih-mul1.s:2: Error: alignment not a power of 2
_mpih-mul1.s:20: Error: alignment not a power of 2

So, changing ALIGN (3) to ALIGN (4) fixes these problems.
Patch sent by pancake in private email, adapted to use subst.mk
framework by me.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 pkgsrc/security/gnupg/Makefile

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