mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
20 lines
482 B
Plaintext
20 lines
482 B
Plaintext
|
*** build/platforms/freebsd3-gcc/Make-platform.orig Mon Sep 21 14:45:53 1998
|
||
|
--- build/platforms/freebsd3-gcc/Make-platform Mon Sep 21 14:53:44 1998
|
||
|
***************
|
||
|
*** 6,12 ****
|
||
|
#
|
||
|
# add any platform-specific overrides below here
|
||
|
#
|
||
|
! EXTRACFLAGS=-O -g
|
||
|
LDBMBACKEND=-DLDBM_USE_DBBTREE
|
||
|
LDBMINCLUDE=-I/usr/include
|
||
|
|
||
|
--- 6,12 ----
|
||
|
#
|
||
|
# add any platform-specific overrides below here
|
||
|
#
|
||
|
! EXTRACFLAGS?=-O -g
|
||
|
LDBMBACKEND=-DLDBM_USE_DBBTREE
|
||
|
LDBMINCLUDE=-I/usr/include
|
||
|
|