diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 08:11:28 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 08:11:28 +0000 |
commit | 1e75e16299b3e6e51b37ca098d33f3c67a35e467 (patch) | |
tree | 17ea6b8a92a5fb0600e709df5187f6656bebdeda /dev-libs/libole2 | |
parent | *** empty log message *** (diff) | |
download | historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.gz historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.bz2 historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.zip |
Changed to pmake where make -j 4 worked, if it didn't I added a comment about it
Diffstat (limited to 'dev-libs/libole2')
-rw-r--r-- | dev-libs/libole2/libole2-0.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libole2/libole2-0.2.3.ebuild b/dev-libs/libole2/libole2-0.2.3.ebuild index 4d58dbd19f3f..ab690cf36abe 100644 --- a/dev-libs/libole2/libole2-0.2.3.ebuild +++ b/dev-libs/libole2/libole2-0.2.3.ebuild @@ -14,7 +14,7 @@ DEPEND=">=dev-libs/glib-1.2.8" src_compile() { try ./configure --host=${CHOST} --prefix=/opt/gnome - try make + try pmake } src_install() { |