Update of bug #67683 (group groff):
Status: Need Info => In Progress
Assigned to: deri => gbranden
Summary: [devpdf] BuildFoundries fails on Solaris 11 without
URW fonts and with "%rom%" in Ghostscript font path => [PATCH] [devpdf]
BuildFoundries fails on Solaris 11 without URW fonts and with "%rom%" in
Ghostscript font path
_______________________________________________________
Follow-up Comment #1:
I figured it out.
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 8005fdea9..7f264b59c 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -224,12 +224,19 @@ endif
$(devpdffont_descriptions_for_urw) $(DEFAULT_BASE35_FONTS) \
$(URW_BASE35_FONTS): font/devpdf/download
+if HAVE_URW_FONTS
+buildfoundries_extra_arg=--dirURW=$(urwfontsdir)
+else
+buildfoundries_extra_arg=
+endif
+
font/devpdf/download: $(devpdffontencdata) $(devpdffontmapdata) \
$(devpdffont_descriptions_from_devps) \
font/devpdf/DESC font/devpdf/Foundry font/devpdf/util/BuildFoundries
$(AM_V_GEN)$(MKDIR_P) $(top_builddir)/font/devpdf \
&&
PATH="$(abs_top_builddir)$(GROFF_PATH_SEPARATOR)$(abs_top_builddir)/build-aux$(GROFF_PATH_SEPARATOR)$(PATH)"
\
$(abs_top_builddir)/font/devpdf/util/BuildFoundries \
+ $(buildfoundries_extra_arg) \
--download $(abs_top_srcdir)/font/devpdf/download.in \
$(abs_top_builddir)/font/devpdf \
'$(abs_top_srcdir)/font/devpdf:$(abs_top_builddir)/font/devpdf' \
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?67683>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
