1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fixed configure failure on 6.x, early 7.x versions. Subversion libs

now require explicit -pthread in LDFLAGS to link the symbol test
  programs in the configure script.

Reported by:	pointyhat (miwi)
This commit is contained in:
Greg Larkin 2009-11-21 02:23:51 +00:00
parent 193077d4f0
commit a4620385c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244576

View File

@ -29,6 +29,10 @@ PLIST_FILES+= bin/rsvndump
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700041
CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
.endif
BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
xmlto:${PORTSDIR}/textproc/xmlto