~ubuntu-branches/ubuntu/saucy/3depict/saucy

« back to all changes in this revision

Viewing changes to packaging/RPM/3Depict-0.0.9-font-path.patch

  • Committer: Package Import Robot
  • Author(s): D Haley
  • Date: 2013-05-17 00:52:39 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130517005239-7bl4mnhkvrhc2ba6
Tags: 0.0.13-1
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -r dfc04b8b14b2 src/wxcomponents.cpp
2
 
--- src/wxcomponents.cpp        Fri May 20 22:26:38 2011 +0100
3
 
+++ src/wxcomponents.cpp        Fri May 20 22:27:00 2011 +0100
4
 
@@ -666,6 +666,7 @@
5
 
        //This is a list of possible target dirs to search
6
 
        //(Oh look Ma, I'm autoconf!)
7
 
        const char *dirs[] = {  ".",
8
 
+                               "/usr/share/fonts/dejavu", //Fedora
9
 
                                "/usr/share/fonts/truetype",
10
 
                                "/usr/local/share/fonts/truetype",
11
 
                                "/usr/X11R6/lib/X11/fonts/truetype",