diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-28 14:03:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-28 14:03:52 +0800 |
commit | 621a3acef9819011a7f552576d7a50ab6ccd16c8 (patch) | |
tree | 4006a4d2291e0d85ebc98b066b488922bee411ea /devel | |
parent | 7cb827c5489117d632dca4330dd3f50c5a570f5b (diff) | |
download | marcuscom-ports-621a3acef9819011a7f552576d7a50ab6ccd16c8.tar.gz marcuscom-ports-621a3acef9819011a7f552576d7a50ab6ccd16c8.tar.zst marcuscom-ports-621a3acef9819011a7f552576d7a50ab6ccd16c8.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 <marcus@FreeBSD.org> # # $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: |