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:
parent
193077d4f0
commit
a4620385c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244576
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user