diff options
author | se <se@FreeBSD.org> | 2008-06-23 04:59:42 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2008-06-23 04:59:42 +0800 |
commit | 82346c503405c79547d17f53da95006fda99231f (patch) | |
tree | a551dfdc6c5ae06cfa442a5d792d253a57e3d7a3 /astro/gaia | |
parent | c80fe0863f4d4e2407e66da0e2740f39ad855ae9 (diff) | |
download | freebsd-ports-gnome-82346c503405c79547d17f53da95006fda99231f.tar.gz freebsd-ports-gnome-82346c503405c79547d17f53da95006fda99231f.tar.zst freebsd-ports-gnome-82346c503405c79547d17f53da95006fda99231f.zip |
Fix port: a change to scons requires a modification of the SConstruct file.
Obtained from: gentoo PR 154623
Diffstat (limited to 'astro/gaia')
-rw-r--r-- | astro/gaia/Makefile | 2 | ||||
-rw-r--r-- | astro/gaia/files/patch-SConstruct | 11 |
2 files changed, 11 insertions, 2 deletions
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)); + |