Mark as not for bulk building on SunOS.
This commit is contained in:
parent
f65b2db7e0
commit
b6f26065d5
2 changed files with 4 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/05/26 14:41:07 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2008/05/26 22:19:40 tnn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gambc-${GAMBC_DIST_VERSION}
|
||||
|
@ -12,8 +12,7 @@ HOMEPAGE= http://www.iro.umontreal.ca/~gambit/
|
|||
COMMENT= GambitC Scheme System
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
NOT_FOR_PLATFORM+= SunOS-*-*
|
||||
NOT_FOR_BULK_PLATFORM+= SunOS-*-*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.33 2008/05/26 16:47:21 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2008/05/26 22:19:40 tnn Exp $
|
||||
|
||||
DISTNAME= stalin-0.9
|
||||
PKGREVISION= 5
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Aggressively optimizing Scheme compiler
|
|||
|
||||
# Only ported to these 4 archs
|
||||
ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-alpha *-*-mips
|
||||
NOT_FOR_BULK_PLATFORM= SunOS-*-*
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
@ -24,12 +25,6 @@ CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O0/}
|
|||
.endif
|
||||
CPPFLAGS+= -I${BUILDLINK_PREFIX.boehm-gc}/include/gc
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
.if !empty(PKGSRC_COMPILER:Msunpro)
|
||||
BROKEN= Sorry, sunpro isn't supported for this package.
|
||||
.endif
|
||||
|
||||
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue