Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2000 14:31:27 +0100 (BST)
From:      simond@irrelevant.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21398: Ports update emulators/uae - patch-aa is incomplete
Message-ID:  <200009191331.e8JDVR001655@adsl.irrelevant.org>

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

>Number:         21398
>Category:       ports
>Synopsis:       Ports update emulators/uae - patch-aa is incomplete
>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:   Tue Sep 19 06:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
N/A
>Environment:

FreeBSD 4.1S

>Description:

The existing patch-aa doesn't do everything it should

>How-To-Repeat:

cd /usr/ports/emulators/uae && make

>Fix:

--- patch-aa.orig	Sun Sep 17 13:50:21 2000
+++ patch-aa	Tue Sep 19 14:25:07 2000
@@ -1,5 +1,5 @@
---- configure.orig	Tue Aug 15 16:01:31 2000
-+++ configure	Sun Sep 17 08:48:28 2000
+--- configure.orig	Tue Sep 19 14:21:55 2000
++++ configure	Tue Sep 19 14:24:11 2000
 @@ -5121,7 +5121,7 @@
  echo "configure:5122: checking for pthread library" >&5
  TMP_SAVE_CFLAGS=$CFLAGS
@@ -9,3 +9,12 @@
  cat > conftest.$ac_ext <<EOF
  #line 5127 "configure"
  #include "confdefs.h"
+@@ -6051,7 +6051,7 @@
+   if [ "x$HAVE_PTHREAD_LIB" = "xyes" ]; then
+     THREADDEP=td-posix
+     CFLAGS="$CFLAGS -DSUPPORT_THREADS -D_REENTRANT"
+-    LIBS="$LIBS -lpthread"
++    LIBS="$LIBS -pthread"
+     if [ "x$HAVE_POSIX4_LIB" = "xyes" ]; then
+       LIBS="$LIBS -lposix4"
+     fi

>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?200009191331.e8JDVR001655>