Date: Fri, 26 Oct 2001 22:50:11 -0700 (PDT) From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: FreeBSD-gnats-submit@freebsd.org Cc: sobomax@freebsd.org, gnome@freebsd.org Subject: ports/31526: [PATCH] Unbreak x11-toolkits/eel on -STABLE Message-ID: <20011027055011.C957315503@johncoop.MSHOME>
next in thread | raw e-mail | index | archive | help
>Number: 31526 >Category: ports >Synopsis: [PATCH] Unbreak x11-toolkits/eel on -STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 26 23:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #36: Fri Oct 26 20:12:59 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Eel compiles but fails to properly link to gnome-vfs et al. because of PTHREAD issues. With this patch, Eel builds/installs and Nautilus RUNS on -STABLE!! >How-To-Repeat: Eel will fail to fully build/install without this patch. >Fix: Only the top-level Makefile needs to be patched. diff -ruN follows: diff -ruN eel/Makefile eel.new/Makefile --- eel/Makefile Tue Oct 9 06:59:49 2001 +++ eel.new/Makefile Fri Oct 26 22:38:54 2001 @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ >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?20011027055011.C957315503>