mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
mark BROKEN for FreeBSD < 7
Does not compile
This commit is contained in:
parent
784414bea1
commit
7e7378b85d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233541
@ -40,6 +40,10 @@ MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_DEBUG)
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG"
|
||||
.else
|
||||
@ -85,7 +89,6 @@ post-patch:
|
||||
s,defined(__x86_64__),& || defined(__powerpc__) || defined(__ia64__) || defined(__sparc64__) || defined(__alpha__) || defined(__amd64__),' \
|
||||
${WRKSRC}/OgreMain/include/OgrePlatform.h
|
||||
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user