ports/opt (2.4): dbus-glib: Add /usr/sbin to path, this fixes the reported build issues but doesn't require a patch.
28 Mar
2008
28 Mar
'08
11:22 p.m.
commit 7fda22aca73768fe7b9955ac5f7578fe70dc1911 Author: Brett Goulder <predatorfreak@dcaf-security.org> Date: Fri Mar 28 19:18:13 2008 -0400 dbus-glib: Add /usr/sbin to path, this fixes the reported build issues but doesn't require a patch. diff --git a/dbus-glib/Pkgfile b/dbus-glib/Pkgfile index d91cb8d..e2c73d8 100644 --- a/dbus-glib/Pkgfile +++ b/dbus-glib/Pkgfile @@ -11,6 +11,7 @@ source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version + export PATH="$PATH:/usr/sbin" ./configure --prefix=/usr \ --disable-static \ --with-xml=expat
6137
Age (days ago)
6137
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu