diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-08-23 02:31:50 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-08-23 02:31:50 +0000 |
commit | ffea84aecef87a351ba9ed2931dc9636b5253638 (patch) | |
tree | 75a4487833b05c312cc3a97a051027797daa06b3 /graphics/glx-utils/Makefile | |
parent | 8f263e90c43f52fe0ab33f8e1af8f5c400d32ffc (diff) | |
download | pkgsrc-ffea84aecef87a351ba9ed2931dc9636b5253638.tar.gz |
Remove a comment about -lpthread that no longer applies now that libGL.so links with libpthread on platforms that require it.
Diffstat (limited to 'graphics/glx-utils/Makefile')
-rw-r--r-- | graphics/glx-utils/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index 6a3ee544755..596c8a01481 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/07/27 00:03:42 bjs Exp $ +# $NetBSD: Makefile,v 1.8 2008/08/23 02:31:50 dsainty Exp $ DISTNAME= MesaDemos-${MESA_VERSION} PKGNAME= glx-utils-${MESA_VERSION} @@ -16,11 +16,6 @@ INSTALLATION_DIRS= bin .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" -### -### XXX I don't think these are usually built with -lpthread, but -### I'm not sure. -### - do-build: cd ${WRKSRC}/progs/xdemos && \ ${SETENV} ${MAKE_ENV} ${CC} -I../../include ${CFLAGS} \ |