1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix compile error that occurs when x11-toolkits/qt33 is installed.

Feature safe:	yes
This commit is contained in:
Stephen Montgomery-Smith 2011-12-15 16:22:56 +00:00
parent 3c9ae2b9fc
commit 2c27797914
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287440

View File

@ -28,4 +28,7 @@ MAKE_JOBS_UNSAFE=yes
PLIST_SUB= AXIOM_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET}
post-patch:
${REINPLACE_CMD} 's/test x$$oa_has_qt = xyes/false/' ${WRKSRC}/configure
.include <bsd.port.mk>