summaryrefslogtreecommitdiff
path: root/fonts/fontforge/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-29 10:03:33 +0000
committeradam <adam@pkgsrc.org>2004-11-29 10:03:33 +0000
commite48f83ea52d82cc81f8cf046d31d8e357bacaaa4 (patch)
tree02f0c6e33b4cfb45b688ceae2ee93d63fb175782 /fonts/fontforge/patches
parent1bc663c39288bda64b0969454c7e5c0701836d75 (diff)
downloadpkgsrc-e48f83ea52d82cc81f8cf046d31d8e357bacaaa4.tar.gz
Renamed from pfaedit
Changes 20041115: * If ff started without a prefs file, then creating a new font would crash * If a copyright string contained a newline then ff would generate bad postscript * If user added a comment to an empty glyph then the comment wasn't saved in the sfd file. * If ff saved a utf7 string to an sfd file (ttf names, etc.) and that string contained a hyphen that followed immediately after something that needed to be encoded in base64, then the hyphen would be lost. * new french UI * ff was (usually) setting the ascent/descent fields of the 'hhea' table to 0. When the font was drawn on the mac it was clipped to nothing.
Diffstat (limited to 'fonts/fontforge/patches')
-rw-r--r--fonts/fontforge/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/fonts/fontforge/patches/patch-aa b/fonts/fontforge/patches/patch-aa
new file mode 100644
index 00000000000..cbc98f66347
--- /dev/null
+++ b/fonts/fontforge/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/11/29 10:03:34 adam Exp $
+
+--- fontforge/Makefile.dynamic.in.orig 2004-09-30 03:56:44.000000000 +0000
++++ fontforge/Makefile.dynamic.in
+@@ -13,7 +13,7 @@ LIBTOOL = @LIBTOOL@
+ CC = @CC@
+
+ X_CFLAGS = @X_CFLAGS@
+-X_LIBS = @X_LIBS@
++X_LIBS = @X_LIBS@ -Wl,-R${X11BASE}/lib
+ X_11LIB = @X_11LIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+@@ -69,7 +69,7 @@ splinerefigure.o: splinerefigure.c
+ #this makes all the .ui files but wildcarding doesn't work too well if the
+ # files don't exist.
+ nomen.h pfaedit-ui.c pfaedit-en.ui: $(srcdir)/nomen-*.c makenomenh.c
+- $(LIBTOOL) $(CC) -o makenomenh $(CFLAGS) $(srcdir)/makenomenh.c $(LIBS)
++ $(LIBTOOL) $(CC) -o makenomenh $(CFLAGS) $(LDFLAGS) $(srcdir)/makenomenh.c $(LIBS)
+ -ln -s $(srcdir)/nomen-*.c .
+ ./makenomenh
+ mv pfaedit-ui-en.c pfaedit-ui.c