summaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-11-29 22:01:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-11-29 22:01:37 +0000
commit2466c91c885894f22cfbad3b64bc1c1821ee0bf2 (patch)
tree19c6118f00eb2fe42da7c7d7fce22ff19091ad61 /devel/cgdb
parentpywbxml no longer supported by developers. (diff)
- 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
Notes
Notes: svn path=/head/; revision=223595
Diffstat (limited to 'devel/cgdb')
-rw-r--r--devel/cgdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index 1d491212e200..42fd31b9f186 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -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>