pkgsrc/security/gsasl
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
..
patches security/gsasl: Remove windows function 2011-11-24 09:04:18 +00:00
buildlink3.mk Changes 1.6.1: 2011-06-01 10:05:57 +00:00
DESCR
distinfo security/gsasl: Remove windows function 2011-11-24 09:04:18 +00:00
Makefile security/gsasl: Remove windows function 2011-11-24 09:04:18 +00:00
PLIST Changes 1.6.1: 2011-06-01 10:05:57 +00:00