summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2010-12-13 18:30:22 +0000
committerDane Smith <c1pher@gentoo.org>2010-12-13 18:30:22 +0000
commitb5f16d778568b7814204d0001541ca18bd341472 (patch)
treeb78e12ba2c001832a8c6c890013660356612c0b4 /dev-libs/pth/files
parentold (diff)
downloadhistorical-b5f16d778568b7814204d0001541ca18bd341472.tar.gz
historical-b5f16d778568b7814204d0001541ca18bd341472.tar.bz2
historical-b5f16d778568b7814204d0001541ca18bd341472.zip
Revbump for dev-libs/pth. Fixed parallel make install issue. Addressed small repoman warnings.
Package-Manager: portage-2.2.0_alpha4/cvs/Linux i686
Diffstat (limited to 'dev-libs/pth/files')
-rw-r--r--dev-libs/pth/files/pth-2.0.7-parallel-install.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/pth/files/pth-2.0.7-parallel-install.patch b/dev-libs/pth/files/pth-2.0.7-parallel-install.patch
new file mode 100644
index 000000000000..7952cff5763c
--- /dev/null
+++ b/dev-libs/pth/files/pth-2.0.7-parallel-install.patch
@@ -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: