openbsd-ports/x11/gnome/print/patches/patch-installer_Makefile_in
marcm f6cfae1ed5 * Updates 0.35 -> 0.36.
* Moves the dynamic fontmap directory to /var/db/gnome/gnome-print (from
/etc/gnome/gnome-print).

* Updates the system fontmap on pkg install, not during build.

* Addes a fix for Alpha

ok nino@
2002-09-15 15:57:41 +00:00

21 lines
848 B
Plaintext

$OpenBSD: patch-installer_Makefile_in,v 1.2 2002/09/15 15:57:41 marcm Exp $
--- installer/Makefile.in.orig Sun Jun 2 09:44:58 2002
+++ installer/Makefile.in Wed Sep 4 21:32:00 2002
@@ -164,7 +164,7 @@ CPPFLAGS = @CPPFLAGS@ \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DLIBDIR=\""$(libdir)"\" \
-DFONTMAPDIR_STATIC=\""$(datadir)/gnome/fonts"\" \
- -DFONTMAPDIR_DYNAMIC=\""$(sysconfdir)/gnome/fonts"\" \
+ -DFONTMAPDIR_DYNAMIC=\""/var/db/gnome/gnome-print/fonts"\" \
-DVERSION=\""$(VERSION)"\"
@@ -448,7 +448,6 @@ maintainer-clean-generic clean mostlycle
install-data-local: gnome-font-install
- $(PERL) $(top_srcdir)/run-gnome-font-install ./gnome-font-install $(datadir) $(top_srcdir) $(sysconfdir)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.