Commit 0a9ac0e1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix previous commit

parent 899766fb
......@@ -42,6 +42,6 @@ endif
cd $< && $(HOSTVARS) CFLAGS="$(ZVBI_CFLAGS)" ./configure $(ZVBICONF)
cd $</src && $(MAKE) install
cd $< && $(MAKE) SUBDIRS=. install
cat "$(PREFIX)/lib/pkgconfig/zvbi-0.2.pc" | sed -e s/\/'[^ ]*libiconv.a'/-liconv/ > $</zvbi-iconv-fixed.pc
cat "$(PREFIX)/lib/pkgconfig/zvbi-0.2.pc" | sed -e "e/\/'[^ ]*libiconv.a'/-liconv/" >! $</zvbi-iconv-fixed.pc
mv $</zvbi-iconv-fixed.pc "$(PREFIX)/lib/pkgconfig/zvbi-0.2.pc"
touch $@
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