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-08 23:17:54 +0200
commit7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6 (patch)
treebde1c642c528d96b00de7eef724e187738a35130 /kernel/kls_xcf
parentaef0dd23e55dd3d8e57825ee832928cf3ce00cd4 (diff)
downloadlibksquirrel-7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6.tar.gz
libksquirrel-7d97c1a5ed3cc47c38fca756081eb5c04e2d12e6.zip
Fix FTBFS on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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