pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libgii Require native threads or build ggtick...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ef4ab277883
branches: trunk
changeset: 492112:1ef4ab277883
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Apr 05 10:20:05 2005 +0000
description:
Require native threads or build ggtick; should fix bulk build on 1.6.2.
diffstat:
graphics/libgii/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ece7e98054c7 -r 1ef4ab277883 graphics/libgii/Makefile
--- a/graphics/libgii/Makefile Tue Apr 05 10:17:47 2005 +0000
+++ b/graphics/libgii/Makefile Tue Apr 05 10:20:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/03/28 23:55:42 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/04/05 10:20:05 wiz Exp $
DISTNAME= libgii-0.9.0.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -31,6 +31,8 @@
CONF_FILES+= ${EGDIR}/filter/keytrans ${PKG_SYSCONFDIR}/filter/keytrans
CONF_FILES+= ${EGDIR}/filter/mouse ${PKG_SYSCONFDIR}/filter/mouse
+PTHREAD_OPTS+= native
+
.include "../../mk/pthread.buildlink3.mk"
.if empty(PTHREAD_TYPE:Mnative)
Home |
Main Index |
Thread Index |
Old Index