diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-13 02:57:40 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-13 02:57:40 +0000 |
commit | 6551c50d6df75ca5e5762f2e04f6823f12ab5f0d (patch) | |
tree | fa0ff54a4aa1bf526e5ed5decbdccb3eda77d521 /print/fontforge/files/patch-fontforge::Makefile.dynamic.in | |
parent | Update to 2.5.1 (diff) |
Update to 20050909
PR: 87308
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=145195
Diffstat (limited to 'print/fontforge/files/patch-fontforge::Makefile.dynamic.in')
-rw-r--r-- | print/fontforge/files/patch-fontforge::Makefile.dynamic.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in index 65b567407fab..b6a788563966 100644 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in @@ -9,12 +9,3 @@ @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' CFLAGS = @CFLAGS@ $(_CFLAGS) -@@ -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 - --all: pfaedit-en.ui fontforge sfddiff -+all: pfaedit-en.ui fontforge sfddiff acorn2sfd - - fontforge: nomen.h $(fontforge_OBJECTS) - $(LIBTOOL) $(CC) -o fontforge $(fontforge_OBJECTS) $(LIBS) |