From owner-freebsd-ports Thu Sep 14 9:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9679537B424 for ; Thu, 14 Sep 2000 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57503; Thu, 14 Sep 2000 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sand4.global.net.uk (sand4.global.net.uk [195.147.246.106]) by hub.freebsd.org (Postfix) with ESMTP id DBDB937B424 for ; Thu, 14 Sep 2000 09:41:09 -0700 (PDT) Received: from [194.126.85.12] (helo=adsl.irrelevant.org) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 13Zc4h-0002RY-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 14 Sep 2000 17:41:23 +0100 Received: (from simond@localhost) by adsl.irrelevant.org (8.11.0/8.11.0) id e8EGfTx31001; Thu, 14 Sep 2000 17:41:29 +0100 (BST) (envelope-from simond) Message-Id: <200009141641.e8EGfTx31001@adsl.irrelevant.org> Date: Thu, 14 Sep 2000 17:41:29 +0100 (BST) From: simond@irrelevant.org Reply-To: simond@irrelevant.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21267: Update port: emulators/uae Fixes the GUI so it works Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21267 >Category: ports >Synopsis: Update port: emulators/uae Fixes the GUI so it works >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 14 09:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.1-STABLE i386 >Organization: N/A >Environment: FreeBSD 4.1S >Description: Make breaks if GTK is installed due to it's config file not finding FreeBSDs pthread library (it checks that -lpthread works) >How-To-Repeat: cd /usr/ports/emulators/uae && make >Fix: Add the following as patch-aa: --- configure.bak Thu Sep 14 17:29:45 2000 +++ configure Thu Sep 14 17:29:59 2000 @@ -5124 +5124 @@ TMP_SAVE_LIBS=$LIBS -LIBS="$LIBS -lpthread" +LIBS="$LIBS -pthread" @@ -6054 +6054 @@ if [ "x$USE_THREADS" = "xyes" -o "x$NEED - LIBS="$LIBS -lpthread" + LIBS="$LIBS -pthread" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message