aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda3')
-rw-r--r--databases/libgda3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 73e600b2ff6c..601eefda5ad2 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/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>