diff options
author | tegge <tegge@FreeBSD.org> | 2001-07-01 17:36:25 +0000 |
---|---|---|
committer | tegge <tegge@FreeBSD.org> | 2001-07-01 17:36:25 +0000 |
commit | 6ce114d58407982c056da01c4a820dc69b78b221 (patch) | |
tree | 5b45d3e7fef8f8b7213de131e3c45d42fba85fb4 /devel/linuxthreads/files | |
parent | 791eee9b1eb92d914ace5f4b32c196da9232e533 (diff) | |
download | FreeBSD-ports-6ce114d58407982c056da01c4a820dc69b78b221.zip FreeBSD-ports-6ce114d58407982c056da01c4a820dc69b78b221.tar.gz |
Backout library major number bump. It wasn't needed. Additionally,
ldconfig -r didn't list the library, making it impossible for other
ports to depend on the linuxthreads port.
Diffstat (limited to 'devel/linuxthreads/files')
-rw-r--r-- | devel/linuxthreads/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linuxthreads/files/patch-aa b/devel/linuxthreads/files/patch-aa index 9dd4ac1..54a6f6a 100644 --- a/devel/linuxthreads/files/patch-aa +++ b/devel/linuxthreads/files/patch-aa @@ -17,8 +17,8 @@ diff -ru ../../work/linuxthreads-2.2.3/Makefile ./Makefile -# Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. -# This file is part of the GNU C Library. +LIB=lthread -+SHLIB_MAJOR= 2.2 -+SHLIB_MINOR= 3 ++SHLIB_MAJOR= 2 ++SHLIB_MINOR= 2 + +.if !defined(MACHINE_ARCH) +MACHINE_ARCH != /usr/bin/uname -m |