summaryrefslogtreecommitdiff
path: root/databases/libgnomedb
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-14 16:26:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-14 16:26:10 +0000
commit44e1cdb9b697d8a56275b89d910b751fa98743a1 (patch)
tree990dd730e0c4306cf4633df92b397687f8228d6d /databases/libgnomedb
parentCorrectly use the GNOMNG CONFIGURE_ARGS. This should properly disable (diff)
s/-pthread/${PTHREAD_LIBS}/
Notes
Notes: svn path=/head/; revision=64509
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 d2ff6069be73..66319694bf98 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>