diff -durN wavelet-denoise-0.3.1.orig/po/Makefile wavelet-denoise-0.3.1/po/Makefile --- wavelet-denoise-0.3.1.orig/po/Makefile 2008-12-20 14:23:05.000000000 +0300 +++ wavelet-denoise-0.3.1/po/Makefile 2014-09-16 22:40:13.937827593 +0400 @@ -24,7 +24,7 @@ install: $(LANGUAGES) for L in $(LANGUAGES); \ - do install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \ + do install -v -D -m 0644 $$L.mo "$(DESTDIR)$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \ done uninstall: $(LANGUAGES) diff -durN wavelet-denoise-0.3.1.orig/src/Makefile wavelet-denoise-0.3.1/src/Makefile --- wavelet-denoise-0.3.1.orig/src/Makefile 2008-12-14 14:19:28.000000000 +0300 +++ wavelet-denoise-0.3.1/src/Makefile 2014-09-16 22:41:09.804845868 +0400 @@ -1,5 +1,5 @@ CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags) -LIBS = $(shell gimptool-2.0 --libs) +LIBS = $(shell gimptool-2.0 --libs) -lm PLUGIN = wavelet-denoise SOURCES = plugin.c colorspace.c denoise.c wavelet.c events.c interface.c HEADERS = plugin.h interface.h messages.h