summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-06 17:51:45 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-06 17:51:45 +0000
commit0ec43baaacb456a7fdc3cb2d3a04e1b62d81edbc (patch)
tree96427c4efcb95ee29e2e65ffbb69796df46b554a /x11-misc
parentRestrict tests. (diff)
downloadgentoo-2-0ec43baaacb456a7fdc3cb2d3a04e1b62d81edbc.tar.gz
gentoo-2-0ec43baaacb456a7fdc3cb2d3a04e1b62d81edbc.tar.bz2
gentoo-2-0ec43baaacb456a7fdc3cb2d3a04e1b62d81edbc.zip
Fix freebsd USB_CFLAGS/USB_LIBS (bug #387959 comment 13).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/colord/ChangeLog6
-rw-r--r--x11-misc/colord/colord-0.1.15.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/colord/ChangeLog b/x11-misc/colord/ChangeLog
index 3974f4c57080..6f7f531d976c 100644
--- a/x11-misc/colord/ChangeLog
+++ b/x11-misc/colord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/colord
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.10 2011/11/30 03:29:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.11 2011/12/06 17:51:45 tetromino Exp $
+
+ 06 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ colord-0.1.15.ebuild:
+ Fix freebsd USB_CFLAGS/USB_LIBS (bug #387959 comment 13).
30 Nov 2011; Jeroen Roovers <jer@gentoo.org> colord-0.1.15.ebuild:
Marked ~hppa (bug #392057).
diff --git a/x11-misc/colord/colord-0.1.15.ebuild b/x11-misc/colord/colord-0.1.15.ebuild
index c802f20e9333..aae575e2e24a 100644
--- a/x11-misc/colord/colord-0.1.15.ebuild
+++ b/x11-misc/colord/colord-0.1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.15.ebuild,v 1.2 2011/11/30 03:29:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.15.ebuild,v 1.3 2011/12/06 17:51:45 tetromino Exp $
EAPI="4"
@@ -69,9 +69,8 @@ src_prepare() {
src_configure() {
# bug #387959#c6
if use elibc_FreeBSD; then
- USB_CFLAGS="-I${EPREFIX}/usr/include"
- USB_LIBS="-lusb"
- echo "$USB_CFLAGS $USB_LIBS"
+ export USB_CFLAGS="-I${EPREFIX}/usr/include"
+ export USB_LIBS="-lusb"
fi
# Disable polkit to allow registering devices when colord is running as