summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
commit3c6132a8f709960b6c28a40472d2aaee1b1a7aaf (patch)
tree61d5294b814b4701cdfc1ff21738b20ac3e2f8ea /gnome-extra/glibwww
parent*** empty log message *** (diff)
downloadgentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.gz
gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.bz2
gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.zip
Changed to pmake where make -j 4 worked, if it didn't I added a comment about it
Diffstat (limited to 'gnome-extra/glibwww')
-rw-r--r--gnome-extra/glibwww/glibwww-0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/glibwww/glibwww-0.2-r1.ebuild b/gnome-extra/glibwww/glibwww-0.2-r1.ebuild
index 2039cba57b77..921a5af8ee82 100644
--- a/gnome-extra/glibwww/glibwww-0.2-r1.ebuild
+++ b/gnome-extra/glibwww/glibwww-0.2-r1.ebuild
@@ -15,7 +15,7 @@ RDEPEND=">=net-libs/libwww-1.5.3-r1 gnome-base/gnome-env"
src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
+ try pmake
}
src_install() {