diff options
-rw-r--r-- | devel/dbus/Makefile | 2 | ||||
-rw-r--r-- | devel/dbus/files/patch-configure | 13 | ||||
-rw-r--r-- | devel/dbus/files/patch-dbus-1.pc.in | 10 |
3 files changed, 18 insertions, 7 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index ff1648c5b..231115b59 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbus PORTVERSION= 0.93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/ diff --git a/devel/dbus/files/patch-configure b/devel/dbus/files/patch-configure index 561ef2487..0e2f49eac 100644 --- a/devel/dbus/files/patch-configure +++ b/devel/dbus/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Oct 7 20:13:09 2006 -+++ configure Sat Oct 7 20:13:18 2006 +--- configure.orig Sun Oct 8 02:01:26 2006 ++++ configure Sun Oct 8 02:03:43 2006 @@ -25187,7 +25187,7 @@ DBUS_CLIENT_LIBS= @@ -9,3 +9,12 @@ +@@ -26602,7 +26602,7 @@ cat >>confdefs.h <<\_ACEOF + #define DBUS_BUILD_X11 1 + _ACEOF + +- DBUS_X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS" ++ DBUS_X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $PTHREAD_LIBS" + DBUS_X_CFLAGS="$X_CFLAGS" + else + DBUS_X_LIBS= diff --git a/devel/dbus/files/patch-dbus-1.pc.in b/devel/dbus/files/patch-dbus-1.pc.in index 1b96c24f5..b9c5fdcc2 100644 --- a/devel/dbus/files/patch-dbus-1.pc.in +++ b/devel/dbus/files/patch-dbus-1.pc.in @@ -1,9 +1,11 @@ ---- dbus-1.pc.in.orig Tue Jun 22 14:50:57 2004 -+++ dbus-1.pc.in Tue Jun 22 14:54:24 2004 -@@ -7,5 +7,5 @@ +--- ./dbus-1.pc.in.orig Thu Mar 16 22:20:14 2006 ++++ ./dbus-1.pc.in Sun Oct 8 02:02:33 2006 +@@ -9,6 +9,6 @@ session_bus_services_dir=@EXPANDED_DATAD + Name: dbus Description: Free desktop message bus Version: @VERSION@ - Libs: -L${libdir} -ldbus-1 +-Libs: -L${libdir} -ldbus-1 -Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include ++Libs: -L${libdir} -ldbus-1 @PTHREAD_LIBS@ +Cflags: -I${includedir}/dbus-1.0 -I${includedir}/dbus-1.0/include |