summaryrefslogtreecommitdiffstats
path: root/kernel/kls_xcf
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-07-08 23:17:54 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-07-09 09:21:26 +0200
commitd457edb8e9adc208b76e526d875fc729494ce9c3 (patch)
treef297e19785a4010d705ce7518d525196350d3728 /kernel/kls_xcf
parente9e345d94e06d3d692578a77af80b21d102c88ad (diff)
downloadlibksquirrel-d457edb8e9adc208b76e526d875fc729494ce9c3.tar.gz
libksquirrel-d457edb8e9adc208b76e526d875fc729494ce9c3.zip
Fix FTBFS on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6)
Diffstat (limited to 'kernel/kls_xcf')
-rw-r--r--kernel/kls_xcf/Makefile.am2
-rw-r--r--kernel/kls_xcf/xcf2pnm/Makefile.am3
2 files changed, 3 insertions, 2 deletions
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