~ruther/guix-local

ref: 64668f7c15fa639831209f25e313c99a1047de7b guix-local/gnu/packages/patches/ddd-build.patch -rw-r--r-- 640 bytes
64668f7c — Rutherther etc: release: Add spare space to the release VM image. a month ago
                                                                                
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@