projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b5b2f
)
dtfile: add freetype includes to Imakfile
author
Jon Trulson
<jon@radscan.com>
Wed, 20 Jun 2012 20:25:41 +0000
(14:25 -0600)
committer
Jon Trulson
<jon@radscan.com>
Wed, 20 Jun 2012 20:25:41 +0000
(14:25 -0600)
While removing the CCLINK options, accidentally removed freetype
includes, causing dtfile to fail to build.
cde/programs/dtfile/Imakefile
patch
|
blob
|
history
diff --git
a/cde/programs/dtfile/Imakefile
b/cde/programs/dtfile/Imakefile
index 468f238eed1ecd090bd24590a67c871253ce6048..4f66b89583c5b685eb893f4b4581f5152af68b73 100644
(file)
--- a/
cde/programs/dtfile/Imakefile
+++ b/
cde/programs/dtfile/Imakefile
@@
-27,6
+27,10
@@
EXTRA_DEFINES = -D_TOOLTALK
EXTRA_CCOPTIONS = -xF
#endif
+#if defined(LinuxArchitecture)
+EXTRA_INCLUDES = -I/usr/include/freetype2
+#endif
+
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
Desktop.c Directory.c Encaps.c File.c \
FileDialog.c FileManip.c FileMgr.c FileOp.c \