pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gsasl
Module Name: pkgsrc
Committed By: marino
Date: Thu Nov 24 09:04:18 UTC 2011
Modified Files:
pkgsrc/security/gsasl: Makefile distinfo
Added Files:
pkgsrc/security/gsasl/patches: patch-ac
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/gsasl/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/gsasl/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/gsasl/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index