Commit 2cf63b81 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/modplug: remove patch merged upstream

parent 749cbea9
--- libmodplug/libmodplug/src/load_pat.cpp.orig 2013-08-18 21:12:50.404538525 +0200
+++ libmodplug/libmodplug/src/load_pat.cpp 2013-08-18 21:13:15.496538108 +0200
@@ -626,7 +626,7 @@
static int pat_readpat_attr(int pat, WaveHeader *hw, int layer)
{
char fname[128];
- uint fsize;
+ long fsize;
MMSTREAM *mmpat;
pat_build_path(fname, pat);
mmpat = _mm_fopen(fname, "r");
......@@ -18,7 +18,6 @@ $(TARBALLS)/modplug-xmms-git-$(MODPLUG_GIT_HASH).zip:
libmodplug: modplug-xmms-git-$(MODPLUG_GIT_HASH).zip .sum-modplug
$(UNPACK)
$(APPLY) $(SRC)/modplug/long.patch
$(call pkg_static,"libmodplug/libmodplug.pc.in")
$(MOVE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment