diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-10-12 07:06:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-10-12 07:06:32 +0000 |
commit | b982b1854abc11341b0c9c5ab0b08ff10acbb190 (patch) | |
tree | 65e650cb192cfdc36eee2343656f9450bba849a8 /print/fontforge/files | |
parent | - update to 0.3.1 (diff) |
Update to 20040808.
PR: ports/71401
Submitted by: KANOU Hiroki <kanou at khdd dot net> (maintainer)
Notes
Notes:
svn path=/head/; revision=118828
Diffstat (limited to 'print/fontforge/files')
-rw-r--r-- | print/fontforge/files/patch-fontforge::Makefile.dynamic.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in index a3e57b01ddb0..bde67c94725c 100644 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in @@ -1,15 +1,15 @@ ---- fontforge/Makefile.dynamic.in.orig Mon Apr 19 07:05:48 2004 -+++ fontforge/Makefile.dynamic.in Mon Apr 19 07:06:42 2004 -@@ -44,7 +44,7 @@ +--- fontforge/Makefile.dynamic.in.orig Fri Jul 30 01:26:29 2004 ++++ fontforge/Makefile.dynamic.in Wed Aug 25 19:48:55 2004 +@@ -42,7 +42,7 @@ + DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o + ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o - WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses \ - -Wformat -Wchar-subscripts --_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. $(WFLAGS) $(X_CFLAGS) \ -+_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I$(PREFIX)/include -I. $(WFLAGS) $(X_CFLAGS) \ +-_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ ++_CFLAGS = -I$(LOCALBASE)/include -I$(LOCALBASE)/include/freetype2 -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' CFLAGS = @CFLAGS@ $(_CFLAGS) -@@ -52,7 +52,7 @@ +@@ -50,7 +50,7 @@ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ -lm |