summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild
index bdeb62486dd3..36d56b48676d 100644
--- a/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild,v 1.3 2012/05/05 17:29:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild,v 1.4 2012/05/05 17:32:56 ssuominen Exp $
EAPI=4
inherit cmake-utils user
@@ -31,6 +31,6 @@ src_configure() {
local mycmakeargs=(
-DUSB_INCLUDE_DIR=/usr/include/libusb-1.0
)
-
+
cmake-utils_src_configure
}