I was too over-zealous with patch removal in the 0.95 update. Restore

a pkg-config bit that will fix dependent port builds.
This commit is contained in:
Joe Marcus Clarke 2006-11-06 07:59:07 +00:00
parent 5eaddab9f3
commit 85294c207b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176588
2 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION?= 0.95
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/

View file

@ -0,0 +1,9 @@
--- dbus-1.pc.in.orig Mon Nov 6 02:55:38 2006
+++ dbus-1.pc.in Mon Nov 6 02:55:57 2006
@@ -10,5 +10,5 @@ Name: dbus
Description: Free desktop message bus
Version: @VERSION@
Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@
-Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
+Cflags: -I${includedir}/dbus-1.0 -I${includedir}/dbus-1.0/include