diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-11-29 22:01:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-11-29 22:01:37 +0000 |
commit | 2466c91c885894f22cfbad3b64bc1c1821ee0bf2 (patch) | |
tree | 19c6118f00eb2fe42da7c7d7fce22ff19091ad61 /devel/cgdb | |
parent | 346c0bfcd2983b240676a062baa21002da437960 (diff) | |
download | ports-2466c91c885894f22cfbad3b64bc1c1821ee0bf2.tar.gz ports-2466c91c885894f22cfbad3b64bc1c1821ee0bf2.zip |
Notes
Diffstat (limited to 'devel/cgdb')
-rw-r--r-- | devel/cgdb/Makefile | 3 |
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> |