diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-07-16 20:28:34 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-07-16 20:28:34 +0000 |
commit | b3b2d47d35fa837fc762f5cede3b0b060590acc0 (patch) | |
tree | cb5f6ff754841c378f44be3b6fe04386fde81ac5 /print/fontforge/files/patch-fontforge::Makefile.dynamic.in | |
parent | - Move to OPTIONSng (diff) |
- Fix build on FreeBSD9/CURRENT with WITH_ICONV set in src.conf [1]
- Pet portlint by renaming patch with unrecommended characters (:) in filename
PR: ports/169869 [1]
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=300981
Diffstat (limited to 'print/fontforge/files/patch-fontforge::Makefile.dynamic.in')
-rw-r--r-- | print/fontforge/files/patch-fontforge::Makefile.dynamic.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in deleted file mode 100644 index 1e9d111da249..000000000000 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ /dev/null @@ -1,24 +0,0 @@ ---- fontforge/Makefile.dynamic.in.orig 2008-12-23 16:03:34.000000000 -0500 -+++ fontforge/Makefile.dynamic.in 2008-12-25 11:20:01.000000000 -0500 -@@ -59,7 +59,7 @@ - DIFFOBJS = sfddiff.o stamp.o - ACORNOBJS = acorn2sfd.o stamp.o - --_CFLAGS = -I$(top_srcdir)/inc -I../inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ -+_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I../inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ - @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' \ - @CPPFLAGS@ '-DPREFIX="@prefix@"' - CFLAGS = @CFLAGS@ @CPPFLAGS@ $(_CFLAGS) -@@ -68,10 +68,10 @@ - LDFLAGS = @LDFLAGS@ - LIBS = -rpath $(libdir) $(X_LIBS) @LINK_WITH_GDRAW@ ../libgutils.la \ - ../libgunicode.la \ -- $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @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) ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -+DLIBS = -rpath $(libdir) ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl - - all: @FINAL_TARGET@ @MACAPP@ sfddiff fontimage fontlint - |