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 | 3c6132a8f709960b6c28a40472d2aaee1b1a7aaf (patch) | |
tree | 61d5294b814b4701cdfc1ff21738b20ac3e2f8ea /gnome-office | |
parent | *** empty log message *** (diff) | |
download | gentoo-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-office')
-rw-r--r-- | gnome-office/abiword/abiword-0.7.14.ebuild | 4 | ||||
-rw-r--r-- | gnome-office/dia/dia-0.88.1.ebuild | 4 | ||||
-rw-r--r-- | gnome-office/eog/eog-0.6.ebuild | 4 | ||||
-rw-r--r-- | gnome-office/gnome-db/gnome-db-0.2.9.ebuild | 2 | ||||
-rw-r--r-- | gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | gnome-office/gnumeric/gnumeric-0.65.ebuild | 4 | ||||
-rw-r--r-- | gnome-office/guppi/guppi-0.35.5.ebuild | 2 | ||||
-rw-r--r-- | gnome-office/mrproject/mrproject-0.2.1.ebuild | 2 | ||||
-rw-r--r-- | gnome-office/sodipodi/sodipodi-0.23.ebuild | 2 |
9 files changed, 15 insertions, 13 deletions
diff --git a/gnome-office/abiword/abiword-0.7.14.ebuild b/gnome-office/abiword/abiword-0.7.14.ebuild index a8285c3f972c..31cf55eda4eb 100644 --- a/gnome-office/abiword/abiword-0.7.14.ebuild +++ b/gnome-office/abiword/abiword-0.7.14.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/abiword/abiword-0.7.14.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/abiword/abiword-0.7.14.ebuild,v 1.3 2001/06/11 08:11:28 hallski Exp $ A="abi-${PV}.tar.gz abidistfiles-${PV}.tar.gz expat-${PV}.tar.gz psiconv-${PV}.tar.gz unixfonts-${PV}.tar.gz wv-${PV}.tar.gz" @@ -42,6 +42,8 @@ src_compile() { sed -e "s:-lltdl::" abi_defs.orig > abi_defs.mk fi cd ${S} + + # Doesn't work with -j 4 (hallski) try make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 $myconf OPTIMIZER=\"$CFLAGS\" } diff --git a/gnome-office/dia/dia-0.88.1.ebuild b/gnome-office/dia/dia-0.88.1.ebuild index 398138e2a7d3..293bb9b72383 100644 --- a/gnome-office/dia/dia-0.88.1.ebuild +++ b/gnome-office/dia/dia-0.88.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/dia/dia-0.88.1.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/dia/dia-0.88.1.ebuild,v 1.3 2001/06/11 08:11:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -42,7 +42,7 @@ src_compile() { fi try ./configure --host=${CHOST} ${myprefix} ${myconf} # enable-gnome-print not recoomended - try make + try pmake } diff --git a/gnome-office/eog/eog-0.6.ebuild b/gnome-office/eog/eog-0.6.ebuild index 9a7dafed81af..a6cafca17931 100644 --- a/gnome-office/eog/eog-0.6.ebuild +++ b/gnome-office/eog/eog-0.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/eog/eog-0.6.ebuild,v 1.3 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/eog/eog-0.6.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -24,7 +24,7 @@ src_compile() { myconf="--disable-nls" fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf - try make + try pmake } src_install() { diff --git a/gnome-office/gnome-db/gnome-db-0.2.9.ebuild b/gnome-office/gnome-db/gnome-db-0.2.9.ebuild index d1055b4f274b..b20dd6d030cf 100644 --- a/gnome-office/gnome-db/gnome-db-0.2.9.ebuild +++ b/gnome-office/gnome-db/gnome-db-0.2.9.ebuild @@ -21,7 +21,7 @@ src_compile() { try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome \ --datadir=/opt/gnome/share --disable-bonobotest - try make + try pmake } src_install() { diff --git a/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild b/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild index 795fb735b48d..64e0c1120842 100644 --- a/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild +++ b/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild,v 1.3 2001/06/11 08:11:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -18,7 +18,7 @@ src_compile() { myconf="--disable-nls" fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf - try make + try pmake } src_install() { diff --git a/gnome-office/gnumeric/gnumeric-0.65.ebuild b/gnome-office/gnumeric/gnumeric-0.65.ebuild index 23349d9f64d4..ea9cbf7d79a6 100644 --- a/gnome-office/gnumeric/gnumeric-0.65.ebuild +++ b/gnome-office/gnumeric/gnumeric-0.65.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.65.ebuild,v 1.3 2001/06/09 07:10:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.65.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -66,7 +66,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} cd ${S} - try make + try pmake } src_install() { diff --git a/gnome-office/guppi/guppi-0.35.5.ebuild b/gnome-office/guppi/guppi-0.35.5.ebuild index fa83bb54abc5..f9cb46fe0028 100644 --- a/gnome-office/guppi/guppi-0.35.5.ebuild +++ b/gnome-office/guppi/guppi-0.35.5.ebuild @@ -47,7 +47,7 @@ src_compile() { try ./configure --host=${CHOST} --prefix=/opt/gnome --enable-gnumeric \ ${myconf} - try make ${MAKEOPTS} + try make # Doesn't work with -j 4 (hallski) } src_install() { diff --git a/gnome-office/mrproject/mrproject-0.2.1.ebuild b/gnome-office/mrproject/mrproject-0.2.1.ebuild index 4e0602a62b00..6944979a67dc 100644 --- a/gnome-office/mrproject/mrproject-0.2.1.ebuild +++ b/gnome-office/mrproject/mrproject-0.2.1.ebuild @@ -23,7 +23,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf - try make ${MAKEOPTS} + try pmake } diff --git a/gnome-office/sodipodi/sodipodi-0.23.ebuild b/gnome-office/sodipodi/sodipodi-0.23.ebuild index 5094edbcfac7..1e718ef2d8d5 100644 --- a/gnome-office/sodipodi/sodipodi-0.23.ebuild +++ b/gnome-office/sodipodi/sodipodi-0.23.ebuild @@ -27,7 +27,7 @@ src_compile() { try ./configure --host=${CHOST} --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome \ --enable-gnome --enable-gnome-print ${myconf} - try make + try pmake } |