guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: xpdf: Fix detection of freetype.


From: Andreas Enge
Subject: 01/01: gnu: xpdf: Fix detection of freetype.
Date: Sat, 07 Mar 2015 19:16:23 +0000

andreas pushed a commit to branch master
in repository guix.

commit bdbf227fa3c1112ac19992711411c448bcf12735
Author: Andreas Enge <address@hidden>
Date:   Sat Mar 7 20:15:28 2015 +0100

    gnu: xpdf: Fix detection of freetype.
    
    * gnu/packages/pdf.scm (xpdf)[configure-flags]: Add flag to correctly detect
      freetype. Otherwise, the xpdf binary is not built.
---
 gnu/packages/pdf.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index f75a060..21fb395 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -127,7 +127,11 @@
              ("zlib" ,zlib)))
    (arguments
     `(#:tests? #f ; there is no check target
-      #:parallel-build? #f            ; build fails randomly on 8-way machines
+      #:parallel-build? #f ; build fails randomly on 8-way machines
+      #:configure-flags
+        (list (string-append "--with-freetype2-includes="
+                             (assoc-ref %build-inputs "freetype")
+                             "/include/freetype2"))
       #:phases
        (alist-replace
         'install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]