Sat Aug 23 02:31:50 2008 UTC ()
Remove a comment about -lpthread that no longer applies now that libGL.so links with libpthread on platforms that require it.


(dsainty)
diff -r1.7 -r1.8 pkgsrc/graphics/glx-utils/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/graphics/glx-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/glx-utils/Makefile 2008/07/27 00:03:42 1.7
+++ pkgsrc/graphics/glx-utils/Makefile 2008/08/23 02:31:50 1.8
@@ -1,36 +1,31 @@ @@ -1,36 +1,31 @@
1# $NetBSD: Makefile,v 1.7 2008/07/27 00:03:42 bjs Exp $ 1# $NetBSD: Makefile,v 1.8 2008/08/23 02:31:50 dsainty Exp $
2 2
3DISTNAME= MesaDemos-${MESA_VERSION} 3DISTNAME= MesaDemos-${MESA_VERSION}
4PKGNAME= glx-utils-${MESA_VERSION} 4PKGNAME= glx-utils-${MESA_VERSION}
5CATEGORIES= x11 graphics 5CATEGORIES= x11 graphics
6COMMENT= OpenGL glxgears and glxinfo 6COMMENT= OpenGL glxgears and glxinfo
7 7
8PKG_DESTDIR_SUPPORT= user-destdir 8PKG_DESTDIR_SUPPORT= user-destdir
9 9
10.include "../../graphics/Mesa/Makefile.common" 10.include "../../graphics/Mesa/Makefile.common"
11 11
12MESA_PATCHFILES= # don't track Mesa patchlevels 12MESA_PATCHFILES= # don't track Mesa patchlevels
13 13
14INSTALLATION_DIRS= bin 14INSTALLATION_DIRS= bin
15 15
16.include "../../graphics/glu/buildlink3.mk" 16.include "../../graphics/glu/buildlink3.mk"
17.include "../../graphics/MesaLib/buildlink3.mk" 17.include "../../graphics/MesaLib/buildlink3.mk"
18 18
19### 
20### XXX I don't think these are usually built with -lpthread, but 
21### I'm not sure. 
22### 
23 
24do-build: 19do-build:
25 cd ${WRKSRC}/progs/xdemos && \ 20 cd ${WRKSRC}/progs/xdemos && \
26 ${SETENV} ${MAKE_ENV} ${CC} -I../../include ${CFLAGS} \ 21 ${SETENV} ${MAKE_ENV} ${CC} -I../../include ${CFLAGS} \
27 glxgears.c ${LDFLAGS} \ 22 glxgears.c ${LDFLAGS} \
28 -L../../lib -lGLU -lGL -lm -lXext \ 23 -L../../lib -lGLU -lGL -lm -lXext \
29 -o glxgears && \ 24 -o glxgears && \
30 ${SETENV} ${MAKE_ENV} ${CC} -I../../include ${CFLAGS} \ 25 ${SETENV} ${MAKE_ENV} ${CC} -I../../include ${CFLAGS} \
31 glxinfo.c ${LDFLAGS} \ 26 glxinfo.c ${LDFLAGS} \
32 -L../../lib -lGLU -lGL -lm -lXext -o glxinfo 27 -L../../lib -lGLU -lGL -lm -lXext -o glxinfo
33 28
34do-install: 29do-install:
35 ${INSTALL_PROGRAM} ${WRKSRC}/progs/xdemos/glxgears \ 30 ${INSTALL_PROGRAM} ${WRKSRC}/progs/xdemos/glxgears \
36 ${DESTDIR}${PREFIX}/bin/ 31 ${DESTDIR}${PREFIX}/bin/