mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
25 lines
640 B
Diff
25 lines
640 B
Diff
|
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@
|