diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-26 13:02:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-26 13:02:26 +0000 |
commit | 6e2efdfc7073e3815cd5534b518dbd9603df91d6 (patch) | |
tree | ee9a2d24e7fef50db3abad755f7d27e53ad0df8f /net/openldap12/files/patch-ab | |
parent | Activate gnumeric. (diff) |
Upgrade to 1.0.2.
Notes
Notes:
svn path=/head/; revision=14196
Diffstat (limited to 'net/openldap12/files/patch-ab')
-rw-r--r-- | net/openldap12/files/patch-ab | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/net/openldap12/files/patch-ab b/net/openldap12/files/patch-ab index 6fff54cd4064..9007987a52b3 100644 --- a/net/openldap12/files/patch-ab +++ b/net/openldap12/files/patch-ab @@ -1,19 +1,11 @@ -*** 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 - +--- build/platforms/freebsd2-gcc/Make-platform.orig Wed Sep 16 11:55:05 1998 ++++ build/platforms/freebsd2-gcc/Make-platform Fri Oct 16 18:59:41 1998 +@@ -6,7 +6,7 @@ + # + # add any platform-specific overrides below here + # +-EXTRACFLAGS=-O -g ++EXTRACFLAGS?=-O -g + LDBMBACKEND=-DLDBM_USE_DBBTREE + LDBMINCLUDE=-I/usr/include + |