Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85868 Details for
Bug 131837
media-libs/glut should link with libGLU (for --as-needed)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/glut-3.7.1-fix-GLU-linking.patch
glut-3.7.1-fix-GLU-linking.patch (text/plain), 607 bytes, created by
TGL
on 2006-04-30 16:19:04 UTC
(
hide
)
Description:
files/glut-3.7.1-fix-GLU-linking.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-04-30 16:19:04 UTC
Size:
607 bytes
patch
obsolete
>--- Mesa-5.0/src-glut/Makefile.am.orig 2006-04-30 15:39:32.000000000 +0200 >+++ Mesa-5.0/src-glut/Makefile.am 2006-04-30 15:39:47.000000000 +0200 >@@ -9,7 +9,6 @@ > EXTRA_PROGRAMS = capturexfont > > libglut_la_LDFLAGS = -version-info @LIBGLUT_VERSION_INFO@ -L../@GLU_DIR@ >-libglut_la_LIBADD = -lGLU > libglut_la_SOURCES = \ > glutwin32.h \ > win32_glx.h \ >@@ -67,7 +66,7 @@ > layerutil.h \ > stroke.h > >-libglut_la_LIBADD = $(X_LIBS) $(X_PRE_LIBS) $(X_LIBADD) >+libglut_la_LIBADD = -lGLU $(X_LIBS) $(X_PRE_LIBS) $(X_LIBADD) > capturexfont_LDFLAGS = $(X_LIBS) $(X_PRE_LIBS) $(X_LIBADD) > > EXTRA_DIST = descript.mms
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 131837
: 85868 |
85869