mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
Disabled package building for -current because of NFS locking problems. ^^ hopefully did it okay. PR: ports/46926 Submitted by: Chris Knight <chris@aims.com.au>
11 lines
421 B
Text
11 lines
421 B
Text
--- builds/original/prefix.freebsd.orig Sun Oct 13 17:12:42 2002
|
|
+++ builds/original/prefix.freebsd Fri Jan 10 13:00:32 2003
|
|
@@ -30,7 +30,7 @@
|
|
PROD_DEBUG_OBJECTS= nodebug.o
|
|
PROD_SHRLIB_DIR= -Lsource/jrd -Lsource/interbase/lib
|
|
PROD_VERSION_FLAG= -DPROD_BUILD
|
|
-PROD_CFLAGS= -O -m486 -fpic -DFLINTSTONE
|
|
+PROD_CFLAGS= -O -pipe -march=i486 -fpic -DFLINTSTONE
|
|
|
|
|
|
DEV_DEBUG_OBJECTS= grammar.o dbg.o dbt.o dmp.o
|