projects
/
fontconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c8333
)
fix build warnings when using --with-arch
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 8 Nov 2011 00:29:57 +0000
(19:29 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 21 Feb 2012 19:15:58 +0000
(14:15 -0500)
Latest configure code will setup FC_ARCHITECTURE directly rather than
going through ARCHITECTURE, so update fcarch.h accordingly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
src/fcarch.h
patch
|
blob
|
history
diff --git
a/src/fcarch.h
b/src/fcarch.h
index 0c8cd053ff6dddd202c341045f38c28ac350e81d..9cabf0450d2e1e55c19ea18b6d07397b04b646dd 100644
(file)
--- a/
src/fcarch.h
+++ b/
src/fcarch.h
@@
-62,9
+62,8
@@
# define FC_ARCH_SIZE_ALIGN "64"
#endif
-#ifdef ARCHITECTURE
-# define ARCHITECTURE FC_ARCHITECTURE
-#else
+/* config.h might override this */
+#ifndef FC_ARCHITECTURE
# define FC_ARCHITECTURE FC_ARCH_ENDIAN FC_ARCH_SIZE_ALIGN
#endif