From 7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Jul 2015 23:17:54 +0200 Subject: Fix FTBFS on freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kernel/kls_xcf/Makefile.am | 2 +- kernel/kls_xcf/xcf2pnm/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel/kls_xcf') diff --git a/kernel/kls_xcf/Makefile.am b/kernel/kls_xcf/Makefile.am index 6b9a50d..0af18aa 100644 --- a/kernel/kls_xcf/Makefile.am +++ b/kernel/kls_xcf/Makefile.am @@ -15,4 +15,4 @@ EXTRA_DIST = libkls_xcf.so.ui install-data-am: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) - $(INSTALL) --mode=0644 libkls_xcf.so.ui $(DESTDIR)$(pkgdatadir)/libkls_xcf.so.ui + $(INSTALL) -m 0644 libkls_xcf.so.ui $(DESTDIR)$(pkgdatadir)/libkls_xcf.so.ui diff --git a/kernel/kls_xcf/xcf2pnm/Makefile.am b/kernel/kls_xcf/xcf2pnm/Makefile.am index c81ca26..15db50a 100644 --- a/kernel/kls_xcf/xcf2pnm/Makefile.am +++ b/kernel/kls_xcf/xcf2pnm/Makefile.am @@ -1,5 +1,6 @@ bin_PROGRAMS = ksquirrel-libs-xcf2pnm ksquirrel_libs_xcf2pnm_SOURCES = enums.c flatspec.c flatten.c io-unix.c pixels.c scaletab.c table.c utils.c xcf2pnm.c xcf-general.c +ksquirrel_libs_xcf2pnm_LDFLAGS = $(LIBICONV) -EXTRA_DIST = xcf2pnm.oi \ No newline at end of file +EXTRA_DIST = xcf2pnm.oi -- cgit v1.2.1