From 2ea95bc6b01aaa41efac44f9c2dfa9400b9ef841 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 14 Mar 2004 14:24:29 +0000 Subject: [PATCH] - Fix build with qt-3.3 PR: ports/64214 Submitted by: Ports Fury --- graphics/qglviewer/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index 474b9ea2a154..abe10f701f86 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}