aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda3
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-15 00:26:10 +0800
committermarcus <marcus@FreeBSD.org>2002-08-15 00:26:10 +0800
commit66873e6f25d39b0ccfc8d1784e9edadc349b854b (patch)
treed59d06b779d87d35ff1e8daddb9a052e245f8160 /databases/libgda3
parent75f07c5f38d721c4d9f56e3a7ff3c61ca77ef268 (diff)
downloadfreebsd-ports-gnome-66873e6f25d39b0ccfc8d1784e9edadc349b854b.tar.gz
freebsd-ports-gnome-66873e6f25d39b0ccfc8d1784e9edadc349b854b.tar.zst
freebsd-ports-gnome-66873e6f25d39b0ccfc8d1784e9edadc349b854b.zip
s/-pthread/${PTHREAD_LIBS}/
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>