Package: fontforge
Version: 0.0.20100501-5
Severity: minor
Tags: patch

Hi,

 I found wrong configure option in debian/rules. "--with-type3" but
 it should be "--enable-type3".
diff -urN fontforge-0.0.20100501.orig/debian/rules fontforge-0.0.20100501/debian/rules
--- fontforge-0.0.20100501.orig/debian/rules	2011-01-07 23:42:26.000000000 +0900
+++ fontforge-0.0.20100501/debian/rules	2011-05-04 20:40:55.804249911 +0900
@@ -17,7 +17,7 @@
               --with-regular-link \
               --enable-devicetables \
               --enable-pyextension \
-              --with-type3 \
+              --enable-type3 \
               --with-freetype-src
 
 ifeq "$(DIST)" "Ubuntu"

Reply via email to