summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-01-04 18:21:16 +0000
committerjasone <jasone@FreeBSD.org>2000-01-04 18:21:16 +0000
commit3e1fe66f009346464932d330072ab656ec6ed8e5 (patch)
tree70853ac1c718657901ae0567b87c78f8f821a42a /devel
parent828f6b447861f546e799bcbac402bd11d0a14ce6 (diff)
downloadFreeBSD-ports-3e1fe66f009346464932d330072ab656ec6ed8e5.zip
FreeBSD-ports-3e1fe66f009346464932d330072ab656ec6ed8e5.tar.gz
Commit the updated Makefile too. I'm baffled as to how 'fcvs com' has
neglected the Makefile twice. Submitted by: dick
Diffstat (limited to 'devel')
-rw-r--r--devel/linuxthreads/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index 07a7352..0a78d00 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -15,9 +15,9 @@ ONLY_FOR_ARCHS= i386
MAINTAINER= jasone@freebsd.org
-threads_files := README.FreeBSD _atomic_lock.S clone.S clone.h getgr_r.c \
- lclone.c libc_calls.c libc_private.h libc_spinlock.c libc_spinlock.h \
- libc_thread.c sched.c uthread_file.c
+threads_files := README.FreeBSD clone.S clone.h freebsd-compat.h getgr_r.c \
+ gethostby_r.c getnetby_r.c getprotoby_r.c getpw_r.c getservby_r.c \
+ lclone.c libc_calls.c libc_thread.c sched.c uthread_file.c
WRKSRC= ${WRKDIR}/${PKGNAME}
@@ -26,7 +26,7 @@ LIBSRC_BASE= ${SRC_BASE}/lib
post-extract:
@mv ${WRKDIR}/linuxthreads ${WRKDIR}/${PKGNAME}
-.for src in no-tsd.c oldsemaphore.c sysdeps/pthread/semaphore.h
+.for src in no-tsd.c oldsemaphore.c weaks.c sysdeps/pthread/semaphore.h
@mv ${WRKSRC}/$(src) ${WRKSRC}/$(src).unused
.endfor
@cd ${FILESDIR} ; \
OpenPOWER on IntegriCloud