summaryrefslogtreecommitdiff
path: root/security/libgcrypt/hacks.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-03-26Add a new option "via-padlock" which enables support for thetron1-8/+1
VIA PadLock Security Engine: - The new option is turned on by default. - The new option is only available on i386 systems except Mac OS X (which doesn't work on VIA CPU). - The new option isn't available on system which uses GCC 3.x because it causes build failures. This fixes PR pkg/38197. Approved by Dieter Baron.
2008-03-16Add a hack for GCC 3.* failing to compile asm() call inseb1-1/+8
cipher/rijndael.c:do_padlock(): seen with GCC 3.3.3 on NetBSD.
2004-12-21fix socklen_t hack by falling through to ${TRUE} if ${GREP} failsgrant1-2/+2
(pattern not matched). ugh, bash. fixes build on Linux. reported by minskim@
2004-12-18add hack for missing socklen_t typedef handling. fixes build ongrant1-0/+12
Darwin.