pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/uae Enable the GUI on OS that have native th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2f083de6a32
branches:  trunk
changeset: 478955:d2f083de6a32
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Aug 02 15:56:36 2004 +0000

description:
Enable the GUI on OS that have native threads. Suggested by Arto Huusko
in PR 24265.

Bump PKGREVISION.

diffstat:

 emulators/uae/Makefile |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 337ea77450e7 -r d2f083de6a32 emulators/uae/Makefile
--- a/emulators/uae/Makefile    Mon Aug 02 14:23:19 2004 +0000
+++ b/emulators/uae/Makefile    Mon Aug 02 15:56:36 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2004/06/01 18:25:57 tron Exp $
+# $NetBSD: Makefile,v 1.32 2004/08/02 15:56:36 kristerw Exp $
 
 DISTNAME=      uae-0.8.22
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME}
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.freiburg.linux.de/~uae/bin/sources/develop/
@@ -16,7 +17,14 @@
 USE_X11=       yes
 GNU_CONFIGURE= yes
 
-CONFIGURE_ARGS+=       --enable-dga --enable-vidmode --disable-ui
+CONFIGURE_ARGS+=       --enable-dga --enable-vidmode
+
+.include "../../mk/pthread.buildlink3.mk"
+.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"
+.include "../../x11/gtk/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-ui
+.endif
 
 .include "../../mk/compiler.mk"
 



Home | Main Index | Thread Index | Old Index