aboutsummaryrefslogtreecommitdiff
path: root/x11/xalf
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-27 03:54:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-27 03:54:56 +0000
commitbf3736fb9cfe63a581cdfe03378502d01228d47f (patch)
tree8e57278f8d70524c1793b33bbdb6bded94da0aa4 /x11/xalf
parent583ed1dee3ee4443e6a7bcd0a15ed98fd7871713 (diff)
downloadports-bf3736fb9cfe63a581cdfe03378502d01228d47f.tar.gz
ports-bf3736fb9cfe63a581cdfe03378502d01228d47f.zip
s/-pthread/${PTHREAD_LIBS}/
Notes
Notes: svn path=/head/; revision=74060
Diffstat (limited to 'x11/xalf')
-rw-r--r--x11/xalf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xalf/Makefile b/x11/xalf/Makefile
index 762d6ebbe319..cc00042a275e 100644
--- a/x11/xalf/Makefile
+++ b/x11/xalf/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g ; \
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>