diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-15 11:45:26 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-15 11:50:15 +0200 |
commit | a26628eef9355f7fe90901e8bb4251432f8b50a5 (patch) | |
tree | 0084f5da7d52b737faea88860b657631c0766187 /sci-astronomy/celestia/celestia-9999.ebuild | |
parent | sci-geosciences/osm2pgsql: Bump to 0.96.0 (diff) | |
download | gentoo-a26628eef9355f7fe90901e8bb4251432f8b50a5.tar.gz gentoo-a26628eef9355f7fe90901e8bb4251432f8b50a5.tar.bz2 gentoo-a26628eef9355f7fe90901e8bb4251432f8b50a5.zip |
sci-astronomy/celestia: More fixes for the live ebuild.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'sci-astronomy/celestia/celestia-9999.ebuild')
-rw-r--r-- | sci-astronomy/celestia/celestia-9999.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/sci-astronomy/celestia/celestia-9999.ebuild b/sci-astronomy/celestia/celestia-9999.ebuild index 48a0e3acd11c..b8b02e1fa2fe 100644 --- a/sci-astronomy/celestia/celestia-9999.ebuild +++ b/sci-astronomy/celestia/celestia-9999.ebuild @@ -48,15 +48,10 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5.0-desktop.patch # add a ~/.celestia for extra directories "${FILESDIR}"/${PN}-1.6.99-cfg.patch - # missing zlib.h include with libpng15 - "${FILESDIR}"/${PN}-1.6.1-libpng15.patch - "${FILESDIR}"/${PN}-1.6.99-linking.patch - # gcc-47, #414015 - "${FILESDIR}"/${PN}-1.6.99-gcc47.patch - - # libpng16 #464764 - "${FILESDIR}"/${PN}-1.6.1-libpng16.patch + # https://github.com/CelestiaProject/Celestia/pull/48 + "${FILESDIR}"/${PN}-1.6.99-gtk_libs.patch + "${FILESDIR}"/${PN}-1.6.99-glew_linking.patch ) pkg_setup() { @@ -78,9 +73,6 @@ pkg_setup() { src_prepare() { default - # This commit introduced lots of glut related undefined reference errors - eapply -R "${FILESDIR}/${PN}-1.6.99-automake.patch" - # remove flags to let the user decide local for cf in -O2 -ffast-math \ |