unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 5db28335043e0871c698e49eec5e0382d6160853 640 bytes (raw)
name: packages/patches/ddd-build.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
Add missing '-I' flag.

--- old/ddd/Makefile.am	(revision 7508)
+++ new/ddd/Makefile.am	(working copy)
@@ -655,7 +655,7 @@
 LIBXFT = @XFT_LIBS@ -lfontconfig

 # Freetype2 headers
-XFTINCLUDE = @XFT_INCLUDE@
+XFTINCLUDE = -I@XFT_INCLUDE@

 # X Miscellaneous  Utilities needed for Athena and Motif >= 2.0 (lXmu)
 LIBXMU = @XMU_LIBS@
--- old/ddd/Makefile.in	(revision 7508)
+++ new/ddd/Makefile.in	(working copy)
@@ -1307,7 +1307,7 @@
 LIBXFT = @XFT_LIBS@ -lfontconfig

 # Freetype2 headers
-XFTINCLUDE = @XFT_INCLUDE@
+XFTINCLUDE = -I@XFT_INCLUDE@

 # X Miscellaneous  Utilities needed for Athena and Motif >= 2.0 (lXmu)
 LIBXMU = @XMU_LIBS@

debug log:

solving 5db28335043e0871c698e49eec5e0382d6160853 ...
found 5db28335043e0871c698e49eec5e0382d6160853 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).