Commit Graph

1 Commits

Author SHA1 Message Date
Rosen Penev
c7012ec2de libmodplug: fix package
Remove faulty pkgconfig patch that made sndfile.h available without a
prefix. This breaks compilation for packages that use both libsndfile
and libmodplug like MPD.

Added small patch to fix compilation with MinGW. lstrcpyn is defined
to the W variant in MinGW's headers, which breaks compilation. Just
make it explicit.
2021-05-26 21:27:42 -07:00