mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
Open source LDAP client and server software. PR: 7995 Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
19 lines
482 B
Text
19 lines
482 B
Text
*** build/platforms/freebsd2-gcc/Make-platform.orig Mon Sep 21 14:44:56 1998
|
|
--- build/platforms/freebsd2-gcc/Make-platform Mon Sep 21 14:53:32 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
|
|
|