K 10 svn:author V 4 will K 8 svn:date V 27 2001-01-21T19:36:08.000000Z K 7 svn:log V 536 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) END