diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-31 23:17:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-31 23:17:48 +0000 |
commit | 2d415a9d650919b7a7dca4eae5ad1b84d5984a64 (patch) | |
tree | d8b24c044f3a1bbba5c7067480da2e0074de7e6b /print/fontforge/files/patch-fontforge::Makefile.dynamic.in | |
parent | - Fix master site (diff) |
Upgrade to 20051028.
PR: 88218
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=146870
Diffstat (limited to 'print/fontforge/files/patch-fontforge::Makefile.dynamic.in')
-rw-r--r-- | print/fontforge/files/patch-fontforge::Makefile.dynamic.in | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in index b6a788563966..c584750d1725 100644 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in @@ -1,11 +1,19 @@ ---- 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 @@ +--- fontforge/Makefile.dynamic.in.orig Fri Oct 14 11:14:37 2005 ++++ fontforge/Makefile.dynamic.in Sat Oct 15 14:23:19 2005 +@@ -43,13 +43,13 @@ DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o -_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ +_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' - CFLAGS = @CFLAGS@ $(_CFLAGS) + CFLAGS = @CFLAGS@ @CPPFLAGS@ $(_CFLAGS) + + LIBS = -rpath $(libdir) $(X_LIBS) ../libgdraw.la ../libgunicode.la \ +- $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm +-DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ -lm ++ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm -lintl ++DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ -lm -lintl + + all: fontforge sfddiff |