pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/fltk Add --enable-threads to CONFIGURE_ARGS or els...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cbc6585d24b
branches:  trunk
changeset: 513157:3cbc6585d24b
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun May 21 22:16:54 2006 +0000

description:
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:

 x11/fltk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r f1b8e1467a11 -r 3cbc6585d24b x11/fltk/Makefile
--- a/x11/fltk/Makefile Sun May 21 21:32:22 2006 +0000
+++ b/x11/fltk/Makefile Sun May 21 22:16:54 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index