diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 00:13:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 00:13:48 +0000 |
commit | d35ead75abbfbdf29fd12c8074bfdc24fc9971a4 (patch) | |
tree | eea63db762a806df59d6aacde47228291abe90e1 /print/fontforge/files/patch-fontforge::Makefile.dynamic.in | |
parent | Update to 1.2.6, and tune the cogito CONFLICTS to .10 to .12, since .17.2 will (diff) |
- Update to 20060406
PR: ports/95517
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=159179
Diffstat (limited to 'print/fontforge/files/patch-fontforge::Makefile.dynamic.in')
-rw-r--r-- | print/fontforge/files/patch-fontforge::Makefile.dynamic.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in index 414c65afbdb7..680d9f665289 100644 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in @@ -1,7 +1,7 @@ ---- fontforge/Makefile.dynamic.in.orig Fri Nov 11 11:41:01 2005 -+++ fontforge/Makefile.dynamic.in Sun Dec 4 16:59:47 2005 -@@ -45,16 +45,16 @@ - DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o +--- fontforge/Makefile.dynamic.in.orig Tue Mar 14 09:30:39 2006 ++++ fontforge/Makefile.dynamic.in Tue Mar 14 15:59:46 2006 +@@ -45,17 +45,17 @@ + DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o namelist.o pua.o ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o -_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ @@ -10,10 +10,11 @@ @CPPFLAGS@ '-DPREFIX="@prefix@"' CFLAGS = @CFLAGS@ $(_CFLAGS) + #I used to include -L/usr/lib explicitly after static_libs. Not sure why. Should be implied & breaks 64bit compiles LIBS = -rpath $(libdir) $(X_LIBS) ../libgdraw.la ../libgunicode.la \ -- $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm +- $(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) -L/usr/lib -lm -lintl ++ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -lm -lintl +DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl -all: fontforge |