aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>