Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2007 02:30:11 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/114053: Port graphics/gnash is out of date
Message-ID:  <200707050230.l652UBBa022514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/114053; it has been noted by GNATS.

From: Stephen Hurd <shurd@sasktel.net>
To: bug-followup@FreeBSD.org, ml.freebsd-ports@ledisez.net
Cc:  
Subject: Re: ports/114053: Port graphics/gnash is out of date
Date: Wed, 04 Jul 2007 19:26:28 -0700

 This is a multi-part message in MIME format.
 
 --Boundary_(ID_B5Js3BYTEZa/O90aczdZPg)
 Content-type: text/plain; charset=ISO-8859-1; format=flowed
 Content-transfer-encoding: 7BIT
 
 Here is the simplest method to make the configure work...
 
 BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
 
 Then add this patch to the files dir...
 
 --Boundary_(ID_B5Js3BYTEZa/O90aczdZPg)
 Content-type: text/plain; name=patch-configure
 Content-transfer-encoding: 7BIT
 Content-disposition: inline; filename=patch-configure
 
 --- configure.bak	Wed Jul  4 18:26:30 2007
 +++ configure	Wed Jul  4 18:42:57 2007
 @@ -1,4 +1,4 @@
 -#! /bin/sh
 +#! /usr/local/bin/bash
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.59 for gnash 0.8.0.
  #
 @@ -48321,10 +48321,10 @@
     if test -f $i/libpthread.a -o -f $i/libpthread.${shlibext} -o -f $i/libpthread.dylib; then
        pthreads=yes
       if test x"$i" != x"/usr/lib"; then
 -       PTHREAD_LIBS="-L$i -lpthread"
 +       PTHREAD_LIBS="-L$i -pthread"
         break
        else
 -       PTHREAD_LIBS="-lpthread"
 +       PTHREAD_LIBS="-pthread"
         break
       fi
        echo "$as_me:$LINENO: result: yes" >&5
 
 --Boundary_(ID_B5Js3BYTEZa/O90aczdZPg)--



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