diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-04 01:44:49 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-04 01:44:49 +0000 |
commit | fb81345464d3836ca1dd1561b6c69d72c39015ea (patch) | |
tree | 751daac7095f56152902aeb70d714225d07ff1a9 /externals | |
parent | 0093c75fa34be5527376b0fc04d747caa2104faa (diff) |
for Gem on MinGW, set prefix=/ to get around the libtool absolute set-paths error
svn path=/trunk/; revision=15197
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index f7dc970d..f7b3da88 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -558,7 +558,7 @@ $(gem_src)/configure: $(gem_src)/Gem.dll: $(gem_src)/configure cd $(gem_src) && ./configure \ CXXFLAGS="-DHAVE_S_STUFF_H $(OPT_CFLAGS)" \ - --prefix=$(prefix) \ + --prefix=/ \ --libdir=$(objectsdir) \ --enable-sse2 \ --without-quicktime \ |