Date: Mon, 15 May 2006 02:38:00 -0700 (PDT) From: Alexander Botero-Lowry <alex@foxybanana.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97295: [PATCH] net/avahi: Add pthread libraries to all pkg-config files Message-ID: <200605150938.k4F9c0gk033045@Laptop.mine.box> Resent-Message-ID: <200605150940.k4F9eFZN068166@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97295 >Category: ports >Synopsis: [PATCH] net/avahi: Add pthread libraries to all pkg-config files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 09:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 6 22:21:39 PDT >Description: - Currently only avahi-core and avahi-compat-howl have PTHREAD_CFLAGS and PTHREAD_LIBS added to them. This patch remedies that. - This is related to a bug with avahi support in audio/xmms2 - The upstream bug report about this can be found at: http://bugs.xmms2.xmms.se/view.php?id=802 Added file(s): - files/patch-avahi-client.pc.in - files/patch-avahi-glib.pc.in Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- avahi-0.6.10_1.patch begins here --- Index: files/patch-avahi-client.pc.in =================================================================== RCS file: files/patch-avahi-client.pc.in diff -N files/patch-avahi-client.pc.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-avahi-client.pc.in 15 May 2006 09:36:02 -0000 @@ -0,0 +1,10 @@ +--- avahi-client.pc.in.orig Mon May 15 02:28:25 2006 ++++ avahi-client.pc.in Mon May 15 02:30:08 2006 +@@ -6,5 +6,5 @@ + Name: avahi-client + Description: Avahi Multicast DNS Responder (Client Support) + Version: @PACKAGE_VERSION@ +-Libs: -L${libdir} -lavahi-common -lavahi-client +-Cflags: -D_REENTRANT -I${includedir} ++Libs: -L${libdir} -lavahi-common -lavahi-client @PTHREAD_LIBS@ ++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} Index: files/patch-avahi-glib.pc.in =================================================================== RCS file: files/patch-avahi-glib.pc.in diff -N files/patch-avahi-glib.pc.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-avahi-glib.pc.in 15 May 2006 09:36:02 -0000 @@ -0,0 +1,10 @@ +--- avahi-glib.pc.in.orig Mon May 15 02:31:01 2006 ++++ avahi-glib.pc.in Mon May 15 02:31:25 2006 +@@ -7,5 +7,5 @@ + Description: Avahi Multicast DNS Responder (GLib Support) + Version: @PACKAGE_VERSION@ + Requires: glib-2.0 +-Libs: -L${libdir} -lavahi-glib +-Cflags: -D_REENTRANT -I${includedir} ++Libs: -L${libdir} -lavahi-glib @PTHREAD_LIBS@ ++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} --- avahi-0.6.10_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605150938.k4F9c0gk033045>