Date: Sun, 21 Jan 2001 11:36:08 -0800 (PST) From: Will Andrews <will@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile ports/x11-toolkits/qt145 Makefile Message-ID: <200101211936.f0LJa8Y96575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101211936.f0LJa8Y96575>