Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 17:41:29 +0100 (BST)
From:      simond@irrelevant.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21267: Update port: emulators/uae Fixes the GUI so it works
Message-ID:  <200009141641.e8EGfTx31001@adsl.irrelevant.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009141641.e8EGfTx31001>