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/openldap/files/patch-ac | |
parent | Activate gnumeric. (diff) |
Upgrade to 1.0.2.
Notes
Notes:
svn path=/head/; revision=14196
Diffstat (limited to 'net/openldap/files/patch-ac')
-rw-r--r-- | net/openldap/files/patch-ac | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/net/openldap/files/patch-ac b/net/openldap/files/patch-ac index 2f33c00ad1f1..847a4bf0a165 100644 --- a/net/openldap/files/patch-ac +++ b/net/openldap/files/patch-ac @@ -1,19 +1,13 @@ -*** 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 - +--- build/platforms/freebsd3-gcc/Make-platform.orig Wed Sep 16 11:55:05 1998 ++++ build/platforms/freebsd3-gcc/Make-platform Fri Oct 16 19:06:39 1998 +@@ -30,8 +30,8 @@ + THREADS= -DPOSIX_THREADS -D_THREAD_SAFE -DPTHREAD_PREEMPTIVE + + # use special gcc flag to include libc_r.a +-THREADSLIB= -pthread +-#THREADSLIB= -lc_r ++#THREADSLIB= -pthread ++THREADSLIB= -lc_r + + # if you built/installed with -DNOLIBC_R, you'll need uncomment + # out the following |