package: imagemagick severity: critical version: 8:6.6.0.4-2.2 tags: patch User: [email protected] Usertags: kfreebsd
Hi, It seems that imagemagick is failling on freebsd (https://buildd.debian.org/fetch.cgi?pkg=imagemagick&arch=kfreebsd-i386&ver=8%3A6.6.0.4-2.2&stamp=1281756982&file=log) + find $(DESTDIR)/usr/lib -name '*.la' -exec \ + sed -i "s,^dependency_libs=.*,dependency_libs=''," {} \; With no progress A solution in order to get progress will be to print the command excuted: find $(DESTDIR)/usr/lib -name '*.la' -print -exec \ sed -i "s,^dependency_libs=.*,dependency_libs=''," {} \; -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

