Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354911 | Differences between
and this patch

Collapse All | Expand All

(-)libxmlsec.orig/makefile.mk (-2 / +3 lines)
Lines 54-59 Link Here
54
#xmlsec1-noverify.patch: As per readme.txt. 
54
#xmlsec1-noverify.patch: As per readme.txt. 
55
#xmlsec1-mingw32.patch: Mingw32 support. 
55
#xmlsec1-mingw32.patch: Mingw32 support. 
56
#xmlsec1-mingw-customkeymanage-addmscrypto.patch builds the custom keymanager on mingw
56
#xmlsec1-mingw-customkeymanage-addmscrypto.patch builds the custom keymanager on mingw
57
#xmlsec1-1.2.12_fix_extern_c.patch http://bugs.gentoo.org/show_bug.cgi?id=354911
57
PATCH_FILES=\
58
PATCH_FILES=\
58
   xmlsec1-configure.patch \
59
   xmlsec1-configure.patch \
59
   xmlsec1-customkeymanage.patch \
60
   xmlsec1-customkeymanage.patch \
Lines 61-68 Link Here
61
   xmlsec1-nssdisablecallbacks.patch \
62
   xmlsec1-nssdisablecallbacks.patch \
62
   xmlsec1-noverify.patch \
63
   xmlsec1-noverify.patch \
63
   xmlsec1-mingw32.patch \
64
   xmlsec1-mingw32.patch \
64
   xmlsec1-mingw-keymgr-mscrypto.patch
65
   xmlsec1-mingw-keymgr-mscrypto.patch \
65
66
   xmlsec1-1.2.12_fix_extern_c.patch
66
67
67
ADDITIONAL_FILES= \
68
ADDITIONAL_FILES= \
68
    include$/xmlsec$/mscrypto$/akmngr.h \
69
    include$/xmlsec$/mscrypto$/akmngr.h \

Return to bug 354911