forked from Lainports/freebsd-ports
- Mark BROKEN on FreeBSD 4.X: does not compile
Reported by: krismail
This commit is contained in:
parent
e29da7e808
commit
fec0752630
2 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ USE_PYDISTUTILS=yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if ${PYTHON_REL} < 200
|
||||
@${ECHO} "Py-numpy doesn't work with Python versions < 2.0."
|
||||
|
|
|
|||
|
|
@ -48,6 +48,10 @@ SED_SCRIPT= -e 's|<db.h>|<${BDB_INCLUDE_DIR}/db.h>|' \
|
|||
-e 's|%%ETCPREFIX%%|${ETCPREFIX}|' \
|
||||
-e 's|%%PAMABLDB%%|${PAMABLDB}|'
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.for file in Makefile pam_abl.h conf/pam_abl.conf conf/system-auth doc/index.html doc/pam_abl.html tools/Makefile
|
||||
@${REINPLACE_CMD} ${SED_SCRIPT} ${WRKSRC}/${file}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue