From 621a3acef9819011a7f552576d7a50ab6ccd16c8 Mon Sep 17 00:00:00 2001 From: mezz Date: Sat, 28 Nov 2009 06:03:52 +0000 Subject: Do not link w/ rt, which our clock_getres() is in the libc. As for Linux, it's in the rt library. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13260 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/dbus/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 0c476229d..9a16894e8 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/devel/dbus/Makefile,v 1.32 2009/09/26 13:41:58 marcus Exp $ +# $MCom: ports/devel/dbus/Makefile,v 1.33 2009/11/28 05:58:59 mezz Exp $ # PORTNAME= dbus PORTVERSION?= 1.2.16 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ @@ -59,6 +59,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ ${WRKSRC}/dbus/Makefile.in \ ${WRKSRC}/tools/Makefile.in + @${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g' \ + ${WRKSRC}/configure .if !defined(DBUS_SLAVE) post-install: -- cgit v1.2.3