summaryrefslogtreecommitdiff
path: root/x11/fltk
diff options
context:
space:
mode:
authorben <ben>2006-05-21 22:16:54 +0000
committerben <ben>2006-05-21 22:16:54 +0000
commit6b8d4134382428a6d6ca52f07bc277e806fd538a (patch)
tree5e7bd51c1d54b9ea67b2bea50f2b82153782f042 /x11/fltk
parent3e905e324588ca0255fd53475bdc5104e465b380 (diff)
downloadpkgsrc-6b8d4134382428a6d6ca52f07bc277e806fd538a.tar.gz
Add --enable-threads to CONFIGURE_ARGS or else FLTK library will omit
some threading methods such as Fl:awake(), which is needed by certain applications. Bump pkgrevision.
Diffstat (limited to 'x11/fltk')
-rw-r--r--x11/fltk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 85d1b6d83b7..fb2e1a9675f 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.58 2006/04/17 13:46:52 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2006/05/21 22:16:54 ben Exp $
DISTNAME= fltk-1.1.7-source
PKGNAME= ${DISTNAME:S/-source//}
VERS= ${DISTNAME:S/fltk-//:S/-source//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \
ftp://ftp2.easysw.com/pub/fltk/${VERS}/ \
@@ -27,6 +27,7 @@ TEST_TARGET= test
PTHREAD_OPTS+= require
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libtool=${LIBTOOL:Q}
+CONFIGURE_ARGS+= --enable-threads
.if exists(./descr)
PLIST_SUBST+= WITH_LINKS="@comment "
.else