diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-20 19:21:37 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:33:43 +0100 |
commit | 7452b4edfa1c8385d602950bcaeb2cb3afdfdf3c (patch) | |
tree | fb659d340a7f2c1a9ec9d4e9d67f4eb4001db04c | |
parent | 3422dc5efe3557f32ea9f71ec2e27c512288015b (diff) | |
download | buildroot-novena-7452b4edfa1c8385d602950bcaeb2cb3afdfdf3c.tar.gz buildroot-novena-7452b4edfa1c8385d602950bcaeb2cb3afdfdf3c.zip |
ace_of_penguins: mark as BROKEN
This package is BROKEN in the way it compiles make-imglib and text2c
for the host while being in cross-compiled mode. It does not use
CC_FOR_BUILD and CFLAGS_FOR_BUILD as it should.
No upstream release has been made since 2001 and since it is a
relatively useless package, I don't think it's worth the trouble to
sanitize its build system.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/games/ace_of_penguins/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/games/ace_of_penguins/Config.in b/package/games/ace_of_penguins/Config.in index 1d5a36774..b3015c643 100644 --- a/package/games/ace_of_penguins/Config.in +++ b/package/games/ace_of_penguins/Config.in @@ -3,6 +3,9 @@ config BR2_PACKAGE_ACE_OF_PENGUINS select BR2_PACKAGE_LIBPNG depends on BR2_PACKAGE_XORG7 depends on BR2_PACKAGE_XLIB_LIBXPM + # Build system is broken for tools that need to be compiled + # on the host + depends on BROKEN help The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows but with a number of |