add pth with armv5 patch
This commit is contained in:
12
dev-libs/pth/files/pth-2.0.7-parallel-install.patch
Normal file
12
dev-libs/pth/files/pth-2.0.7-parallel-install.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- Makefile.in 2010-12-13 12:59:07.000000000 -0500
|
||||
+++ Makefile.new 2010-12-13 13:00:22.000000000 -0500
|
||||
@@ -215,7 +215,8 @@
|
||||
|
||||
# install the package
|
||||
install: all-for-install
|
||||
- @$(MAKE) $(MKFLAGS) install-dirs install-pth @INSTALL_PTHREAD@
|
||||
+ @$(MAKE) $(MKFLAGS) install-dirs
|
||||
+ @$(MAKE) $(MKFLAGS) install-pth @INSTALL_PTHREAD@
|
||||
@touch .done-install >/dev/null 2>&1 || $(TRUE)
|
||||
@$(MAKE) $(MKFLAGS) what-next
|
||||
install-dirs:
|
||||
Reference in New Issue
Block a user