summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-25 18:06:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-25 18:06:59 +0000
commita27380f247effa643b0d424a52d839779e2d36ac (patch)
tree3c1e552b7cf7408867bcf187c609f979f3dc0399 /x11
parent- Update to 2.0.7a which fixes SQL injection vulnerability (diff)
Use PTHREAD_LIBS.
Notes
Notes: svn path=/head/; revision=105248
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver-gnome/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile
index d77265e73938..263a16c03505 100644
--- a/x11/xscreensaver-gnome/Makefile
+++ b/x11/xscreensaver-gnome/Makefile
@@ -88,5 +88,7 @@ post-patch:
${WRKSRC}/hacks/glx/extrusion.c
@${REINPLACE_CMD} -e 's| ||' \
${WRKSRC}/hacks/glx/klein.c
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>