Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131837 | Differences between
and this patch

Collapse All | Expand All

(-)Mesa-5.0/src-glut/Makefile.am.orig (-2 / +1 lines)
Lines 9-15 Link Here
9
EXTRA_PROGRAMS = capturexfont
9
EXTRA_PROGRAMS = capturexfont
10
10
11
libglut_la_LDFLAGS = -version-info @LIBGLUT_VERSION_INFO@ -L../@GLU_DIR@
11
libglut_la_LDFLAGS = -version-info @LIBGLUT_VERSION_INFO@ -L../@GLU_DIR@
12
libglut_la_LIBADD = -lGLU
13
libglut_la_SOURCES = \
12
libglut_la_SOURCES = \
14
	glutwin32.h \
13
	glutwin32.h \
15
	win32_glx.h \
14
	win32_glx.h \
Lines 67-73 Link Here
67
	layerutil.h \
66
	layerutil.h \
68
	stroke.h
67
	stroke.h
69
68
70
libglut_la_LIBADD = $(X_LIBS) $(X_PRE_LIBS) $(X_LIBADD)
69
libglut_la_LIBADD = -lGLU $(X_LIBS) $(X_PRE_LIBS) $(X_LIBADD)
71
capturexfont_LDFLAGS = $(X_LIBS) $(X_PRE_LIBS) $(X_LIBADD)
70
capturexfont_LDFLAGS = $(X_LIBS) $(X_PRE_LIBS) $(X_LIBADD)
72
71
73
EXTRA_DIST = descript.mms
72
EXTRA_DIST = descript.mms

Return to bug 131837