diff options
author | 2001-06-11 08:11:28 +0000 | |
---|---|---|
committer | 2001-06-11 08:11:28 +0000 | |
commit | 1e75e16299b3e6e51b37ca098d33f3c67a35e467 (patch) | |
tree | 17ea6b8a92a5fb0600e709df5187f6656bebdeda /gnome-extra/gnome-games | |
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 'gnome-extra/gnome-games')
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-1.4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/gnome-games/gnome-games-1.4.0.1.ebuild b/gnome-extra/gnome-games/gnome-games-1.4.0.1.ebuild index c1bc85f18f49..60c0bde7c391 100644 --- a/gnome-extra/gnome-games/gnome-games-1.4.0.1.ebuild +++ b/gnome-extra/gnome-games/gnome-games-1.4.0.1.ebuild @@ -22,7 +22,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome \ --with-ncurses $myconf - try make + try pmake } src_install() { |