f6cfae1ed5
* 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@
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
$OpenBSD: patch-libgnomeprint_Makefile_in,v 1.1 2002/09/15 15:57:41 marcm Exp $
|
|
--- libgnomeprint/Makefile.in.orig Wed Sep 4 21:19:01 2002
|
|
+++ libgnomeprint/Makefile.in Wed Sep 4 21:30:20 2002
|
|
@@ -187,7 +187,7 @@ CPPFLAGS = @CPPFLAGS@ \
|
|
-DBINDIR=\""$(bindir)"\" \
|
|
-DDATADIR=\""$(datadir)"\" \
|
|
-DFONTMAPDIR_STATIC=\""$(datadir)/gnome/fonts"\" \
|
|
- -DFONTMAPDIR_DYNAMIC=\""$(sysconfdir)/gnome/fonts"\"
|
|
+ -DFONTMAPDIR_DYNAMIC=\""/var/db/gnome/gnome-print/fonts"\"
|
|
|
|
|
|
INCLUDES = \
|