[Pkg-fonts-devel] Bug#621932: Info received (Bug#621932: fontforge: FTBFS: eval: 1: base_compile+= -c: not found)
Hideki Yamane
henrich at debian.or.jp
Thu May 5 12:19:31 UTC 2011
tags patch 621932
thanks
Hi,
Here is a patch, simply specify using bash to avoid FTBFS.
diff -urN fontforge-0.0.20100501.orig/debian/rules fontforge-0.0.20100501/debian/rules
--- fontforge-0.0.20100501.orig/debian/rules 2011-05-05 08:22:32.049849000 +0900
+++ fontforge-0.0.20100501/debian/rules 2011-05-05 20:43:52.187403361 +0900
@@ -7,6 +7,8 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+export CONFIG_SHELL=/bin/bash
+
LIBTOOLVERSION = $(shell dpkg-query -W -f='$${Version}\n' "libtool")
DIST=$(shell lsb_release -i -s)
More information about the Pkg-fonts-devel
mailing list