diff options
author | ben <ben@pkgsrc.org> | 2006-05-21 22:16:54 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2006-05-21 22:16:54 +0000 |
commit | e263ea6d36d563afec9415590d96001d76f47caf (patch) | |
tree | 5e7bd51c1d54b9ea67b2bea50f2b82153782f042 /x11/fltk | |
parent | a41f9ee8a9dcdac725211cbb933b5c7b816f587d (diff) | |
download | pkgsrc-e263ea6d36d563afec9415590d96001d76f47caf.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/Makefile | 5 |
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 |