1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-08-31 21:39:59 +00:00
parent aded50700e
commit 16d8147120
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260311

View File

@ -25,6 +25,12 @@ USE_QT_VER= 4
QT_COMPONENTS= gui network svg qmake_build moc_build uic_build rcc_build
USE_OPENLDAP= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
post-patch:
cd ${WRKSRC}; ${REINPLACE_CMD} -e "s,Q_OS_LINUX,Q_OS_FREEBSD," \
embedwidget.cpp onmainwindow.cpp ongetpass.cpp \
@ -39,4 +45,4 @@ do-configure:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/x2goclient ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>