diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-28 03:17:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-28 03:17:34 +0800 |
commit | ff514c43722a836e985fc97e398482579d9d03a7 (patch) | |
tree | d9dbe0b25a1031f7bdd978f58810917d4ebdc402 | |
parent | 12433c7c4f3a0283ab5320fe43a92f6af177d37e (diff) | |
download | marcuscom-ports-ff514c43722a836e985fc97e398482579d9d03a7.tar marcuscom-ports-ff514c43722a836e985fc97e398482579d9d03a7.tar.gz marcuscom-ports-ff514c43722a836e985fc97e398482579d9d03a7.tar.bz2 marcuscom-ports-ff514c43722a836e985fc97e398482579d9d03a7.tar.lz marcuscom-ports-ff514c43722a836e985fc97e398482579d9d03a7.tar.xz marcuscom-ports-ff514c43722a836e985fc97e398482579d9d03a7.tar.zst marcuscom-ports-ff514c43722a836e985fc97e398482579d9d03a7.zip |
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
-rw-r--r-- | devel/libpthread-stubs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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> |