diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 22:24:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 22:24:29 +0800 |
commit | fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a (patch) | |
tree | fcf0af0290a8fa8d7be8760f08c71bcc53ff335e | |
parent | 0a460ec75683af46a0ccfa837c7a2f648ad32f08 (diff) | |
download | freebsd-ports-gnome-fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a.tar.gz freebsd-ports-gnome-fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a.tar.zst freebsd-ports-gnome-fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a.zip |
- Fix build with qt-3.3
PR: ports/64214
Submitted by: Ports Fury
-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 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} |