Mark as not for IRIX:
This _might_ be tweaked to work under IRIX, but seems to need some work. For the time being, mark as not available, since otherwise bulk-builds will attempt to build it and endlessly loop during configure.
This commit is contained in:
parent
df6b90f602
commit
2160538b0a
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.45 2005/03/27 21:31:43 kristerw Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2005/03/28 14:25:36 jschauma Exp $
|
||||
|
||||
DISTNAME= PTL-2.1.9
|
||||
PKGNAME= ptl-2.1.9
|
||||
|
@ -18,6 +18,9 @@ USE_PERL5= build
|
|||
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
|
||||
PLIST_SRC= ${WRKDIR}/PLIST
|
||||
|
||||
# This needs a fair bit of work on IRIX, so for now disable.
|
||||
NOT_FOR_PLATFORM= IRIX-*-*
|
||||
|
||||
post-install:
|
||||
@${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include
|
||||
@${FIND} ${PREFIX}/PTL/include -type f -name "*.orig" -print | ${XARGS} ${RM}
|
||||
|
|
Loading…
Reference in a new issue