1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

- Make configure ignore /dev/ptmx (newly added to 8-CURRENT), the presence of

this device enables ifdefs that do not compile on FreeBSD

Approved by:	silence from maintainer (clsung, reported 3 months ago)
Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-11-29 22:01:37 +00:00
parent 346c0bfcd2
commit 2466c91c88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223595

View File

@ -34,4 +34,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
BROKEN= Does not compile on 5.x with old texinfo in base
.endif
post-patch:
@${REINPLACE_CMD} -e 's|dev_ptmx=yes|dev_ptmx=no|' ${WRKSRC}/configure
.include <bsd.port.post.mk>