diff options
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, 9 insertions, 7 deletions
diff --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in index 7e9f8f322ad8..4cd62957b81f 100644 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in @@ -1,6 +1,6 @@ ---- fontforge/Makefile.dynamic.in.orig Tue Oct 16 12:59:51 2007 -+++ fontforge/Makefile.dynamic.in Tue Oct 16 13:00:38 2007 -@@ -51,7 +51,7 @@ +--- fontforge/Makefile.dynamic.in.orig Fri Dec 7 14:01:38 2007 ++++ fontforge/Makefile.dynamic.in Wed Dec 12 20:25:55 2007 +@@ -57,7 +57,7 @@ DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o namelist.o pua.o ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o @@ -9,13 +9,15 @@ @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' \ @CPPFLAGS@ '-DPREFIX="@prefix@"' CFLAGS = @CFLAGS@ $(_CFLAGS) -@@ -59,8 +59,8 @@ - #I used to include -L/usr/lib explicitly after static_libs. Not sure why. Should be implied & breaks 64bit compiles +@@ -66,10 +66,10 @@ LDFLAGS = @LDFLAGS@ - LIBS = -rpath $(libdir) $(X_LIBS) ../libgdraw.la ../libgunicode.la \ + LIBS = -rpath $(libdir) $(X_LIBS) @LINK_WITH_GDRAW@ ../libgutils.la \ + ../libgunicode.la \ - $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -lm --DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm + $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -lm -lintl + LIBLIBS = -rpath $(libdir) ../libgutils.la ../libgunicode.la \ + @LIBS@ $(STATIC_LIBS) -lm +-DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm +DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl all: @FINAL_TARGET@ sfddiff fontimage fontlint |