From 82346c503405c79547d17f53da95006fda99231f Mon Sep 17 00:00:00 2001 From: se Date: Sun, 22 Jun 2008 20:59:42 +0000 Subject: Fix port: a change to scons requires a modification of the SConstruct file. Obtained from: gentoo PR 154623 --- astro/gaia/Makefile | 2 -- astro/gaia/files/patch-SConstruct | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 astro/gaia/files/patch-SConstruct (limited to 'astro/gaia') diff --git a/astro/gaia/Makefile b/astro/gaia/Makefile index 27a33ba6390f..d5ff16d42185 100644 --- a/astro/gaia/Makefile +++ b/astro/gaia/Makefile @@ -19,8 +19,6 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -BROKEN= does not build, scons problem - USE_BZIP2= yes USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} diff --git a/astro/gaia/files/patch-SConstruct b/astro/gaia/files/patch-SConstruct new file mode 100644 index 000000000000..948bf9453dc0 --- /dev/null +++ b/astro/gaia/files/patch-SConstruct @@ -0,0 +1,11 @@ +--- SConstruct~ 2006-12-05 13:31:42.000000000 +0100 ++++ SConstruct 2008-06-22 22:40:55.050203635 +0200 +@@ -8,7 +8,7 @@ + ####################################### + # OPTIONS + ####################################### +-opts = Options(ARGUMENTS) ++opts = Options(args = ARGUMENTS) + # conditionally build parts of gaia + #opts.Add(BoolOption('gaia', 'Compile gaia OpenGL client', 1)); + -- cgit