From owner-cvs-all Sun Jan 21 11:36:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B52E37B400; Sun, 21 Jan 2001 11:36:08 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LJa8Y96575; Sun, 21 Jan 2001 11:36:08 -0800 (PST) (envelope-from will) Message-Id: <200101211936.f0LJa8Y96575@freefall.freebsd.org> From: Will Andrews Date: Sun, 21 Jan 2001 11:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile ports/x11-toolkits/qt145 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/21 11:36:08 PST Modified files: x11-toolkits/qt22 Makefile x11-toolkits/qt145 Makefile Log: Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCC 2.95.3. It's backwards compatible, so no need for OSVERSION or other checks like that. Also add new var - MAKE_JOBS, which allows you to adjust the -jN argument (I wanted this 'cause with more CPUs I can compile with MAKE_JOBS=4 or greater). Methinks this kind of thing belongs in bsd.port.mk, but anyway. I can now compile (with MAKE_JOBS=4) qt 1.45 in less than 4 minutes on my dual PIII-600E. :) Submitted by: sf (workaround) Requested by: alex (workaround) Revision Changes Path 1.72 +6 -2 ports/x11-toolkits/qt22/Makefile 1.52 +9 -3 ports/x11-toolkits/qt145/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message