diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:30:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:30:17 +0000 |
commit | 0c42c22fd5eefeb164d4b55128dd59e091481549 (patch) | |
tree | 19a7b4fcfe9d275212db362e9f1fb46e67a54fe5 /devel | |
parent | 3cb6face3eabf01857768495091b8f0db257d9a1 (diff) |
BROKEN: Hard-wires libc_r thread library
Notes
Notes:
svn path=/head/; revision=153910
Diffstat (limited to 'devel')
-rw-r--r-- | devel/directfb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index de0fe2b2af50..6efa8b6ccf7a 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= directfb -PORTVERSION= 0.9.16 -PORTREVISION= 4 +PORTVERSION= 0.9.22 CATEGORIES= devel MASTER_SITES= http://www.directfb.org/download/DirectFB/ DISTNAME= DirectFB-${PORTVERSION} @@ -18,6 +17,8 @@ COMMENT= Graphic development lightweight API LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png +BROKEN= Hard-wires libc_r thread library + CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" USE_SDL= sdl |