mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
b990d7983f
commit
6848e5390f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118233
@ -42,6 +42,12 @@ CONFIGURE_ENV+= CXX=${CXX} \
|
||||
CONFIGURE_ARGS+=--disable-djview
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_OPTIMIZED_CFLAGS)
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "You can enable additional compilation optimizations"
|
||||
@ -76,4 +82,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -30,7 +30,13 @@ ONLY_FOR_ARCHS= i386
|
||||
# Glide DOES NOT work with CFLAGS greater than -O2
|
||||
CFLAGS+= -O
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user