1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Mark BROKEN on FreeBSD 7.X: does not compile

Aqsis-1.8.0-Source/libs/util/plugins.cpp: In member function 'const Aqsis::CqString Aqsis::CqPluginBase::DLError()':
  Aqsis-1.8.0-Source/libs/util/plugins.cpp:174: error: invalid conversion from 'const char*' to 'char*'

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-06-10 15:35:14 +00:00
parent 4233c12f7b
commit c2fa3c2cac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298946

View File

@ -39,8 +39,8 @@ INSTALLS_ICONS= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.if ${OSVERSION} < 800000
BROKEN= does not compile on FreeBSD 7.X
.endif
.include <bsd.port.post.mk>