diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-27 11:54:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-27 11:54:56 +0800 |
commit | 493af07f6d90b5fb74bfa129c84c70eb551a0ebe (patch) | |
tree | c2756d76effc8fd9ddfead6923c8a988cb5731b7 | |
parent | 09f74a36e0192b4050a89c395042f73702cb9c6d (diff) | |
download | freebsd-ports-gnome-493af07f6d90b5fb74bfa129c84c70eb551a0ebe.tar.gz freebsd-ports-gnome-493af07f6d90b5fb74bfa129c84c70eb551a0ebe.tar.zst freebsd-ports-gnome-493af07f6d90b5fb74bfa129c84c70eb551a0ebe.zip |
s/-pthread/${PTHREAD_LIBS}/
-rw-r--r-- | x11/xalf/Makefile | 2 |
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> |