diff options
Diffstat (limited to 'lang/racket')
-rw-r--r-- | lang/racket/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile index 38d093b92534..b12ee9a75bc5 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -18,13 +18,13 @@ COMMENT= Interactive, integrated, graphical Scheme programming environment LICENSE= LGPL3 +IGNORE_powerpc64= ./lightning/lightning.h:81:2: GNU lightning does not support the current target +BROKEN_i386= segfaults during build + LIB_DEPENDS= libffi.so:devel/libffi \ libcairo.so:graphics/cairo \ libpng.so:graphics/png -IGNORE_powerpc64= ./lightning/lightning.h:81:2: GNU lightning does not support the current target -BROKEN_i386= segfaults during build - MAKE_JOBS_UNSAFE=yes CONFLICTS= racket-minimal-[0-9]* |