diff options
-rw-r--r-- | devel/linuxthreads/Makefile | 4 | ||||
-rw-r--r-- | devel/linuxthreads/files/patch-aa | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index 08616fd..d46d45a 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -7,14 +7,12 @@ PORTNAME= linuxthreads PORTVERSION= 2.2.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glibc DISTNAME= glibc-linuxthreads-${PORTVERSION} -NO_FILTER_SHLIBS = true - MAINTAINER= tegge@freebsd.org .include <bsd.port.pre.mk> 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 |