guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: aseprite: Fix build.


From: ???
Subject: 01/01: gnu: aseprite: Fix build.
Date: Thu, 12 May 2016 01:29:22 +0000 (UTC)

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit de1d68a2955ab1934338bee185fdba6c8934bd6e
Author: 宋文武 <address@hidden>
Date:   Thu May 12 09:28:14 2016 +0800

    gnu: aseprite: Fix build.
    
    * gnu/packages/game-development.scm (aseprite)[arguments]: Remove #:phases.
---
 gnu/packages/game-development.scm |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 86cbb2d..bc0051d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -374,15 +374,7 @@ etc.")
              "-DENABLE_UPDATER=0" ; no auto-updates
              (string-append "-DFREETYPE_INCLUDE_DIR="
                             (assoc-ref %build-inputs "freetype")
-                            "/include/freetype2"))
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-freetype-utils
-           (lambda _
-             ;; Fix C preprocessor include directive.
-             (substitute* '("src/app/util/freetype_utils.cpp")
-               (("freetype/") ""))
-             #t)))))
+                            "/include/freetype2"))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     ;; TODO: Use a patched Allegro 4 that supports window resizing.  This



reply via email to

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