projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289168d
)
fix fontconfig compile
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Dec 2007 09:27:01 +0000
(09:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Dec 2007 09:27:01 +0000
(09:27 +0000)
SVN-Revision: 9949
XOrg/app/fontconfig/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/fontconfig/Makefile
b/XOrg/app/fontconfig/Makefile
index f1a3c8029fc85e93247c1ecb18fb37ce36c72ba9..c46b9867cc15a13a5973a358b443da2d28bd6b68 100644
(file)
--- a/
XOrg/app/fontconfig/Makefile
+++ b/
XOrg/app/fontconfig/Makefile
@@
-37,7
+37,7
@@
endef
define Build/Compile
$(foreach dir,fc-case fc-lang fc-glyphname, $(MAKE) -C $(PKG_BUILD_DIR)/$(dir) CFLAGS="";)
- $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)"
all
install
+ $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)"
DOCSRC=""
install
endef
define Package/fontconfig/install