projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c381bb9
)
sci-geosciences/gpsd: fix broken include
author
Sam Jorna
<wraeth@gentoo.org>
Fri, 18 Mar 2016 15:45:49 +0000
(
02:45
+1100)
committer
Sam Jorna
<wraeth@gentoo.org>
Fri, 18 Mar 2016 15:45:49 +0000
(
02:45
+1100)
Package-Manager: portage-2.2.28
sci-geosciences/gpsd/gpsd-3.15.ebuild
patch
|
blob
|
history
diff --git
a/sci-geosciences/gpsd/gpsd-3.15.ebuild
b/sci-geosciences/gpsd/gpsd-3.15.ebuild
index bc687ae871242154804f679a773c3afecab3c072..3505460c88a99869e0d72f48584cb69ae26c7a73 100644
(file)
--- a/
sci-geosciences/gpsd/gpsd-3.15.ebuild
+++ b/
sci-geosciences/gpsd/gpsd-3.15.ebuild
@@
-79,6
+79,8
@@
src_prepare() {
-e 's:\<STAGING_PREFIX\>:SYSROOT:g' \
SConstruct || die
+ sed -e 's:libusb.h:libusb-1.0/libusb.h:' -i driver_garmin.c || die
+
use python && distutils-r1_src_prepare
}