diff options
author | 2006-05-16 16:16:56 +0000 | |
---|---|---|
committer | 2006-05-16 16:16:56 +0000 | |
commit | 4fe87f3ab93acd8625ae320648e60ff981c75e48 (patch) | |
tree | 2004cb2c5dca9d7563469c941cd10f0477c41458 /media-libs/glut/files/glut-3.7.1-fix-GLU-linking.patch | |
parent | Remove old ebuild that fails with python 2.4 and up. (diff) | |
download | gentoo-2-4fe87f3ab93acd8625ae320648e60ff981c75e48.tar.gz gentoo-2-4fe87f3ab93acd8625ae320648e60ff981c75e48.tar.bz2 gentoo-2-4fe87f3ab93acd8625ae320648e60ff981c75e48.zip |
--as-needed-patch thanks to TGL <degrenier@easyconnect.fr> in bug 131837, add metadata, games herd
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'media-libs/glut/files/glut-3.7.1-fix-GLU-linking.patch')
-rw-r--r-- | media-libs/glut/files/glut-3.7.1-fix-GLU-linking.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/glut/files/glut-3.7.1-fix-GLU-linking.patch b/media-libs/glut/files/glut-3.7.1-fix-GLU-linking.patch new file mode 100644 index 000000000000..ec32462a53ed --- /dev/null +++ b/media-libs/glut/files/glut-3.7.1-fix-GLU-linking.patch @@ -0,0 +1,24 @@ +Thanks to TGL <degrenier@easyconnect.fr> in http://bugs.gentoo.org/131837 + +already in upstream cvs: +http://webcvs.freedesktop.org/mesa/Mesa-oldtree/src-glut/Makefile.am?r1=1.19&r2=1.20 + +--- 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 |