aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-09-13 18:07:55 +0000
committerSteve Wills <swills@FreeBSD.org>2012-09-13 18:07:55 +0000
commit1bd3aeaf9469fa4926e3af130a44236758f94204 (patch)
treea5ca0297ef88e981b23e8aef634bd720a5f9773d /graphics
parent5d21217b264901fd54b17e2ba31d9cdfe7447dc5 (diff)
downloadports-1bd3aeaf9469fa4926e3af130a44236758f94204.tar.gz
ports-1bd3aeaf9469fa4926e3af130a44236758f94204.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dri/Makefile2
-rw-r--r--graphics/libGL/Makefile2
-rw-r--r--graphics/libGL/bsd.mesalib.mk2
-rw-r--r--graphics/libGLU/Makefile1
-rw-r--r--graphics/libGLw/Makefile1
5 files changed, 5 insertions, 3 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index f4ca15183f10..c4c23d84ee7a 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dri
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= graphics
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile
index 1ed64ebf10ac..7411113e64e5 100644
--- a/graphics/libGL/Makefile
+++ b/graphics/libGL/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libGL
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= OpenGL library that renders using GLX or DRI
diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk
index 9e36d6d8f484..72daee8e1d1b 100644
--- a/graphics/libGL/bsd.mesalib.mk
+++ b/graphics/libGL/bsd.mesalib.mk
@@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --enable-xcb
post-patch:
@${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \
- ${WRKSRC}/configure
+ -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/src/glu/Makefile \
${WRKSRC}/src/glw/Makefile \
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile
index 0a199266ade3..0cd220e06461 100644
--- a/graphics/libGLU/Makefile
+++ b/graphics/libGLU/Makefile
@@ -6,6 +6,7 @@
#
PORTNAME= libGLU
+PORTREVISION= 1
PORTVERSION= ${MESAVERSION}
CATEGORIES= graphics
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile
index 4c9f14d0481f..c1b60842d3d1 100644
--- a/graphics/libGLw/Makefile
+++ b/graphics/libGLw/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libGLw
PORTVERSION= ${MESAVERSION}
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= OpenGL widgets library