openbsd-ports/print/fontforge/patches/patch-Unicode_Makefile_dynamic_in
steven 8a35478042 import fontforge-20060413
An outline font editor that lets you create your own PostScript, TrueType,
OpenType, CID-keyed, Multi-Master, CFF, SVG and bitmap (BDF) fonts, or
edit existing ones. It also lets you convert one format to another.
FontForge has support for many Macintosh font formats.

joint work with Matthias Kilian <kili at outback.escape.de>

ok bernd@
2006-06-18 13:33:25 +00:00

13 lines
556 B
Plaintext

$OpenBSD: patch-Unicode_Makefile_dynamic_in,v 1.1.1.1 2006/06/18 13:33:25 steven Exp $
--- Unicode/Makefile.dynamic.in.orig Fri Sep 30 15:10:58 2005
+++ Unicode/Makefile.dynamic.in Mon Jun 12 20:56:00 2006
@@ -16,7 +16,7 @@ libgunicode_OBJECTS = ArabicForms.lo al
cjk.lo memory.lo ucharmap.lo unialt.lo ustring.lo utype.lo \
usprintf.lo gwwiconv.lo
-Incs = -I$(top_srcdir)/inc -I/usr/pkg/include -I/usr/pkg/include/giflib
+Incs = -I$(top_srcdir)/inc
CFLAGS = @CFLAGS@ @CPPFLAGS@ $(Incs) @WFLAGS@ @DEFS@
../libgunicode.la: $(libgunicode_OBJECTS)