aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgnomedb
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/libgnomedb
parent75f07c5f38d721c4d9f56e3a7ff3c61ca77ef268 (diff)
downloadfreebsd-ports-graphics-66873e6f25d39b0ccfc8d1784e9edadc349b854b.tar.gz
freebsd-ports-graphics-66873e6f25d39b0ccfc8d1784e9edadc349b854b.tar.zst
freebsd-ports-graphics-66873e6f25d39b0ccfc8d1784e9edadc349b854b.zip
s/-pthread/${PTHREAD_LIBS}/
Diffstat (limited to 'databases/libgnomedb')
-rw-r--r--databases/libgnomedb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile
index d2ff6069be7..66319694bf9 100644
--- a/databases/libgnomedb/Makefile
+++ b/databases/libgnomedb/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
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>