mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= dbus
|
||||
PORTVERSION?= 0.95
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
|
||||
|
||||
|
|
9
devel/dbus/files/patch-dbus-1.pc.in
Normal file
9
devel/dbus/files/patch-dbus-1.pc.in
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue