Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685232
Collapse All | Expand All

(-)/usr/portage/sci-libs/shapelib/shapelib-1.4.1.ebuild (-1 / +2 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit autotools
6
inherit autotools flag-o-matic
7
7
8
DESCRIPTION="Library for manipulating ESRI Shapefiles"
8
DESCRIPTION="Library for manipulating ESRI Shapefiles"
9
HOMEPAGE="http://shapelib.maptools.org/"
9
HOMEPAGE="http://shapelib.maptools.org/"
Lines 24-29 Link Here
24
}
24
}
25
25
26
src_configure() {
26
src_configure() {
27
	append-cflags -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
27
	econf \
28
	econf \
28
		--includedir=/usr/include/libshp
29
		--includedir=/usr/include/libshp
29
}
30
}

Return to bug 685232