projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd69d0c
)
fix fontconfig compile
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 19:27:47 +0000
(19:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 19:27:47 +0000
(19:27 +0000)
SVN-Revision: 10194
XOrg/app/fontconfig/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/fontconfig/Makefile
b/XOrg/app/fontconfig/Makefile
index c46b9867cc15a13a5973a358b443da2d28bd6b68..0fcc7d09449d1427198862149db413915b730f08 100644
(file)
--- a/
XOrg/app/fontconfig/Makefile
+++ b/
XOrg/app/fontconfig/Makefile
@@
-36,7
+36,7
@@
define Build/Configure
endef
define Build/Compile
- $(foreach dir,fc-case fc-lang fc-glyphname, $(MAKE) -C $(PKG_BUILD_DIR)/$(dir) CFLAGS="";)
+ $(foreach dir,fc-case fc-lang fc-glyphname, $(MAKE) -C $(PKG_BUILD_DIR)/$(dir) CFLAGS=""
CPPFLAGS="" LDFLAGS=""
;)
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" DOCSRC="" install
endef