From ff514c43722a836e985fc97e398482579d9d03a7 Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Fri, 27 Nov 2009 19:17:34 +0000
Subject: Correct typo to actually fix the pthread_condattr issue.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13256 df743ca5-7f9a-e211-a948-0013205c9059
---
 devel/libpthread-stubs/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'devel')

diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile
index 8427ff738..4eee8bcc6 100644
--- a/devel/libpthread-stubs/Makefile
+++ b/devel/libpthread-stubs/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	libpthread-stubs
 PORTVERSION=	0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -29,7 +29,7 @@ CONFIGURE_ENV+=	LDFLAGS=-lpthread
 # XXX This is a hack to fix a problem where pthread_condattr_{init,destroy}
 # are not found leading to crashes.
 # When the stubs are added to libc, this hack can be removed.
-CONFIGURE_ENV+=	LDFLAGS=${PTHREAD_FLAGS}
+CONFIGURE_ENV+=	LDFLAGS=${PTHREAD_LIBS}
 .endif
 
 .include <bsd.port.post.mk>
-- 
cgit v1.2.3