Subject: CVS commit: pkgsrc/security/libgcrypt
To: None <pkgsrc-changes@NetBSD.org>
From: Gavan Fantom <gavan@netbsd.org>
List: pkgsrc-changes
Date: 10/25/2004 13:03:53
Module Name:	pkgsrc
Committed By:	gavan
Date:		Mon Oct 25 13:03:53 UTC 2004

Modified Files:
	pkgsrc/security/libgcrypt: distinfo
Added Files:
	pkgsrc/security/libgcrypt/patches: patch-ad

Log Message:
Fix for compiling on Solaris SPARC with gcc.

If __sparcv8 is defined, use the SPARC v8 version of udiv_qrnnd.  Without
this change, udiv_qrnnd will not be defined using the SPARC v8 udiv
instruction, and the default SPARC v7 case of defining it to be the native
__gmpn_udiv_qrnnd will be used, but this does not exist on SPARC v8, so
at link time, the user will get an error about _gmpn_udiv_qrnnd being
undefined.  gcc defines __sparcv8.

From PR pkg/26815.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/security/libgcrypt/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/libgcrypt/patches/patch-ad

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