diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 14:24:29 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 14:24:29 +0000 |
commit | fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a (patch) | |
tree | fcf0af0290a8fa8d7be8760f08c71bcc53ff335e /graphics/qglviewer | |
parent | 0a460ec75683af46a0ccfa837c7a2f648ad32f08 (diff) | |
download | FreeBSD-ports-fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a.zip FreeBSD-ports-fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a.tar.gz |
- Fix build with qt-3.3
PR: ports/64214
Submitted by: Ports Fury
Diffstat (limited to 'graphics/qglviewer')
-rw-r--r-- | graphics/qglviewer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index 474b9ea..abe10f7 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -33,6 +33,10 @@ post-patch: @${REINPLACE_CMD} -e 's|^SUBDIRS =.*$$|SUBDIRS = src include|g ; \ s| install-pkgdocDATA||g' ${WRKSRC}/Makefile.in +pre-build: + -@${RM} ${WRKSRC}/src/QCameraKeyPathEditor.h + -@${RM} ${WRKSRC}/src/QLightSourceEditor.h + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |