diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:15:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:15:01 +0000 |
commit | 13fcaf3ba222367de80b232776c39f054ea88a90 (patch) | |
tree | c719ad9d3a8f9286945416f801a9686d8c7e826b /cad/qcad | |
parent | 4d5623ea35be1700ed738b3434c31b6e40943604 (diff) |
Notes
Diffstat (limited to 'cad/qcad')
-rw-r--r-- | cad/qcad/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index df38c0c754df..90d565a4519d 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -36,12 +36,6 @@ MAKE_ENV= QTDIR="${QTDIR}" MAKE="${GMAKE}" \ CFLAGS+= -O0 .endif -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|streambuf<|streambuf\.h<|g' \ - ${WRKSRC}/qcadguiqt/src/ui/qg_commandwidget.ui -.endif - do-build: cd ${WRKSRC}/scripts && ${SETENV} ${MAKE_ENV} bash ./build_qcad.sh notrans |