diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-05-09 14:46:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-05-09 15:11:41 -0400 |
commit | c2cf742e78552ea27ee8a22fff25063ec26fa852 (patch) | |
tree | 87c8c45ab48844fc3723960cb9a5a2adec76d7b4 /sci-geosciences/gpsd/gpsd-3.16.ebuild | |
parent | app-misc/mc: fix git repository url in mc-9999.ebuild (diff) | |
download | gentoo-c2cf742e78552ea27ee8a22fff25063ec26fa852.tar.gz gentoo-c2cf742e78552ea27ee8a22fff25063ec26fa852.tar.bz2 gentoo-c2cf742e78552ea27ee8a22fff25063ec26fa852.zip |
sci-geosciences/gpsd: fix build w/newer glibc #581740
Diffstat (limited to 'sci-geosciences/gpsd/gpsd-3.16.ebuild')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.16.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.16.ebuild b/sci-geosciences/gpsd/gpsd-3.16.ebuild index 4602b53d24f7..5928f17d0409 100644 --- a/sci-geosciences/gpsd/gpsd-3.16.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.16.ebuild @@ -73,6 +73,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-3.15-dynamic-libs.patch epatch "${FILESDIR}"/${PN}-3.15-libgpsd.patch epatch "${FILESDIR}"/${PN}-3.15-broken-install.patch + epatch "${FILESDIR}"/${PN}-3.16-sysmacros.patch #581740 # Avoid useless -L paths to the install dir sed -i \ |