pkgsrc/security/gsasl/patches
marino 62c5043262 security/gsasl: Remove windows function
gss-extra.c fails compilation on DragonFly:
line 43: error: unexpected identifier or '(' before '&' token

It's on code that is only intended for a windows target. Gentoo patched
it by wrapping it in "if (defined _WIN32 || defined __WIN32__)" macro
which is effectively the same is deleting the definition completely,
which is what is being done here.
2011-11-24 09:04:18 +00:00
..
patch-ac security/gsasl: Remove windows function 2011-11-24 09:04:18 +00:00