- Fix build with qt-3.3

PR:		ports/64214
Submitted by:	Ports Fury
This commit is contained in:
Pav Lucistnik 2004-03-14 14:24:29 +00:00
parent 3030e51d7e
commit 2ea95bc6b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103990

View file

@ -33,6 +33,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|^SUBDIRS =.*$$|SUBDIRS = src include|g ; \ @${REINPLACE_CMD} -e 's|^SUBDIRS =.*$$|SUBDIRS = src include|g ; \
s| install-pkgdocDATA||g' ${WRKSRC}/Makefile.in s| install-pkgdocDATA||g' ${WRKSRC}/Makefile.in
pre-build:
-@${RM} ${WRKSRC}/src/QCameraKeyPathEditor.h
-@${RM} ${WRKSRC}/src/QLightSourceEditor.h
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}