diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-14 16:26:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-14 16:26:10 +0000 |
commit | 44e1cdb9b697d8a56275b89d910b751fa98743a1 (patch) | |
tree | 990dd730e0c4306cf4633df92b397687f8228d6d /databases/libgda2/Makefile | |
parent | 42e96c2210b73a78842ba1a92dcee41d3aedf4b3 (diff) | |
download | ports-44e1cdb9b697d8a56275b89d910b751fa98743a1.tar.gz ports-44e1cdb9b697d8a56275b89d910b751fa98743a1.zip |
Notes
Diffstat (limited to 'databases/libgda2/Makefile')
-rw-r--r-- | databases/libgda2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 73e600b2ff6c..601eefda5ad2 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -57,7 +57,7 @@ pre-extract: .endif 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> |