summaryrefslogtreecommitdiff
path: root/x11/paragui
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-08-11 18:32:50 +0000
committerjmc <jmc@pkgsrc.org>2003-08-11 18:32:50 +0000
commit13f7624a4d164ba6fadfdec794550f1d36bf4a6b (patch)
treec50d3d1f02995304204d14263d91f83dac3d4e24 /x11/paragui
parentd454c9fefd9329de2a809f3500fda8b8abc82ada (diff)
downloadpkgsrc-13f7624a4d164ba6fadfdec794550f1d36bf4a6b.tar.gz
Require native threads since this isn't pth aware and uses SDL which is pth
aware. This means SDL_Init tries to pth_init() which fails since pthread calls from paragui have already implicitly called pth_init(). XXX - pth probably needs to handle this better by not returning -1 on multiple init calls.
Diffstat (limited to 'x11/paragui')
-rw-r--r--x11/paragui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile
index 6a437bdb174..1940a928558 100644
--- a/x11/paragui/Makefile
+++ b/x11/paragui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/26 21:41:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/11 18:32:50 jmc Exp $
#
DISTNAME= paragui-1.0.4
@@ -16,6 +16,7 @@ USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/src/physfs/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/paragui.pc.in
GNU_CONFIGURE= yes
+PTHREAD_OPTS+= require native
.include "../../devel/SDL/buildlink2.mk"
.include "../../devel/physfs/buildlink2.mk"