Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 517116 Details for
Bug 645948
app-text/mupdf-1.12.0 : platform/.../gl-app.h:11:10: fatal error: GL/freeglut.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
replace glfw with freeglut
freeglut.patch (text/plain), 1.13 KB, created by
Robin Hallabro-Kokko
on 2018-01-30 11:38:07 UTC
(
hide
)
Description:
replace glfw with freeglut
Filename:
MIME Type:
Creator:
Robin Hallabro-Kokko
Created:
2018-01-30 11:38:07 UTC
Size:
1.13 KB
patch
obsolete
>diff --git a/app-text/mupdf/mupdf-1.12.0.ebuild b/app-text/mupdf/mupdf-1.12.0.ebuild >index bb542060c..e7a2abc46 100644 >--- a/app-text/mupdf/mupdf-1.12.0.ebuild >+++ b/app-text/mupdf/mupdf-1.12.0.ebuild >@@ -27,7 +27,7 @@ LIB_DEPEND=" > virtual/jpeg[static-libs?] > X? ( x11-libs/libX11[static-libs?] > x11-libs/libXext[static-libs?] ) >- opengl? ( >=media-libs/glfw-3.2 )" >+ opengl? ( media-libs/freeglut )" > RDEPEND="${LIB_DEPEND}" > DEPEND="${RDEPEND} > virtual/pkgconfig >@@ -47,7 +47,6 @@ PATCHES=( > "${FILESDIR}"/${PN}-1.9a-debug-build.patch > "${FILESDIR}"/${PN}-1.10a-add-desktop-pc-xpm-files.patch > "${FILESDIR}"/${PN}-1.11-openssl-curl-x11.patch >- "${FILESDIR}"/${PN}-1.11-system-glfw.patch > "${FILESDIR}"/${PN}-1.11-drop-libmupdfthird.patch > ) > >@@ -97,7 +96,8 @@ src_prepare() { > -e "1iHAVE_MUJS = $(usex javascript)" \ > -e "1iMUJS_LIBS = $(usex javascript -lmujs '')" \ > -e "1iMUJS_CFLAGS =" \ >- -e "1iHAVE_GLFW = $(usex opengl yes no)" \ >+ -e "1iHAVE_GLUT = $(usex opengl yes no)" \ >+ -e "s/HAVE_GLUT :=/HAVE_GLUT ?=/" \ # conditional assignment instead of overriding > -i Makerules || die > > if use static-libs || use static ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 645948
:
516980
|
516982
|
516984
|
516986
|
516988
|
516990
| 517116 |
518730
|
520546