Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 02:51:23 +0200
From:      "Pietro Cerutti" <gahr@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/124775: [patch] mail/alpine pthread libs not found
Message-ID:  <1213923083.36271@gahrtop.localhost>
Resent-Message-ID: <200806200100.m5K105PT084425@freefall.freebsd.org>

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

>Number:         124775
>Category:       ports
>Synopsis:       [patch] mail/alpine pthread libs not found
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 20 01:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #0: Wed Jun 18 01:38:09 CEST 2008
    root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:


alpine can't find PTHREAD libraries.


>How-To-Repeat:





>Fix:


--- alpine.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/alpine/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	6 Jun 2008 13:42:42 -0000	1.4
+++ Makefile	20 Jun 2008 00:44:10 -0000
@@ -52,6 +52,7 @@
 
 .if !defined(WITHOUT_THREADS)
 CONFIGURE_ARGS+=	--with-pthread
+CONFIGURE_ENV+=	"PTHREAD_LIBS=${PTHREAD_LIBS}"
 .else
 CONFIGURE_ARGS+=	--without-pthread
 .endif
--- alpine.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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