aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2008-06-22 20:59:42 +0000
committerStefan Eßer <se@FreeBSD.org>2008-06-22 20:59:42 +0000
commit991204836b71db99b477de9810630561f552dc73 (patch)
treefb7b9f32ede5b020b4532cfeb027507157991ca0 /astro
parent43f653f7d95559de312fd35d07d0c7f3cb922bef (diff)
downloadports-991204836b71db99b477de9810630561f552dc73.tar.gz
ports-991204836b71db99b477de9810630561f552dc73.zip
Fix port: a change to scons requires a modification of the SConstruct file.
Obtained from: gentoo PR 154623
Notes
Notes: svn path=/head/; revision=215554
Diffstat (limited to 'astro')
-rw-r--r--astro/gaia/Makefile2
-rw-r--r--astro/gaia/files/patch-SConstruct11
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));
+