2f18fe683a
- fix an issue with datadir PATH; noticed by todd@ Note that there is still something preventing this program to work correctly, it is being investigated (it used to work just fine).
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
$OpenBSD: patch-programs_gaia_SConscript,v 1.1 2008/11/08 13:15:43 ajacoutot Exp $
|
|
--- programs/gaia/SConscript.orig Sat Nov 8 11:55:36 2008
|
|
+++ programs/gaia/SConscript Sat Nov 8 11:55:47 2008
|
|
@@ -5,7 +5,7 @@ Import('*')
|
|
#######################################
|
|
# ENVIRONMENT
|
|
#######################################
|
|
-env = env.Copy();
|
|
+env.Clone();
|
|
|
|
env.Append(LIBS = [ 'z', 'm', 'jpeg', 'GL', 'GLU' ]);
|
|
env.Prepend(CPPPATH = [ '../../lib/wwfetch' ]);
|