diff options
Diffstat (limited to 'fonts/pfaedit/patches/patch-aa')
-rw-r--r-- | fonts/pfaedit/patches/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/fonts/pfaedit/patches/patch-aa b/fonts/pfaedit/patches/patch-aa index 9ad223b1ef4..0def93ad4e1 100644 --- a/fonts/pfaedit/patches/patch-aa +++ b/fonts/pfaedit/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/09/29 23:15:10 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2003/07/13 08:25:30 wiz Exp $ ---- pfaedit/Makefile.in.orig Tue Sep 10 02:57:20 2002 -+++ pfaedit/Makefile.in -@@ -8,7 +8,7 @@ bindir = @bindir@ +--- pfaedit/Makefile.dynamic.in.orig Mon Jun 30 15:41:04 2003 ++++ pfaedit/Makefile.dynamic.in +@@ -13,7 +13,7 @@ LIBTOOL = @LIBTOOL@ CC = @CC@ X_CFLAGS = @X_CFLAGS@ @@ -11,3 +11,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/09/29 23:15:10 wiz Exp $ X_11LIB = @X_11LIB@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ +@@ -62,7 +62,7 @@ acorn2sfd: $(ACORNOBJS) + #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 |