mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
This commit is contained in:
parent
60cd14bc81
commit
e9cc7471f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263534
@ -28,6 +28,10 @@ MAKE_ARGS+= -DWITHOUT_TOYDISPATCH
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
.if (${ARCH} == i386) || (${ARCH} == i486)
|
||||
CFLAGS+= -march=i586
|
||||
.endif
|
||||
|
@ -42,6 +42,7 @@ LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/COPYING
|
||||
USE_OPENSSL= yes
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile
|
||||
WITH_OPENSSL_PORT= yes
|
||||
CONFIGURE_ARGS+=--with-openssl=${LOCALBASE}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user