summaryrefslogtreecommitdiff
path: root/x11-fonts/fontconfig/files/patch-Makefile.in
blob: 5719bed30981c3b37a1bb92cd3c60f032c55fa98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
--- Makefile.in.orig	2009-07-08 01:52:45.000000000 -0400
+++ Makefile.in	2009-07-08 01:53:30.000000000 -0400
@@ -896,28 +896,28 @@ fonts.conf: fonts.conf.in Makefile
 	mv $@.tmp $@
 
 install-data-local: fonts.conf
-	$(mkinstalldirs) $(DESTDIR)$(configdir) $(DESTDIR)$(fc_cachedir)
-	if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \
-	  echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \
-	  mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \
-	fi
-	if [ -f $(srcdir)/fonts.conf ]; then \
-	  echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
-	  $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
-	else if [ -f fonts.conf ]; then \
-	  echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
-	  $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
-	fi; fi
-	@(if $(RUN_FC_CACHE_TEST); then \
-	    echo " $(bindir)/fc-cache -s -f -v"; \
-	    $(bindir)/fc-cache -s -f -v; \
-	else \
-	    echo "***"; \
-	    echo "*** Warning: fonts.cache not built"; \
-	    echo "***"; \
-	    echo "*** Generate this file manually on host system using fc-cache"; \
-	    echo "***"; \
-	fi)
+#	$(mkinstalldirs) $(DESTDIR)$(configdir) $(DESTDIR)$(fc_cachedir)
+#	if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \
+#	  echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \
+#	  mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \
+#	fi
+#	if [ -f $(srcdir)/fonts.conf ]; then \
+#	  echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
+#	  $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
+#	else if [ -f fonts.conf ]; then \
+#	  echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
+#	  $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
+#	fi; fi
+#	@(if $(RUN_FC_CACHE_TEST); then \
+#	    echo " $(bindir)/fc-cache -s -f -v"; \
+#	    $(bindir)/fc-cache -s -f -v; \
+#	else \
+#	    echo "***"; \
+#	    echo "*** Warning: fonts.cache not built"; \
+#	    echo "***"; \
+#	    echo "*** Generate this file manually on host system using fc-cache"; \
+#	    echo "***"; \
+#	fi)
 
 uninstall-local:
 	if [ -f $(srcdir)/fonts.conf ]; then \