aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-17 01:28:42 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-17 01:28:42 +0000
commita4883d744299a03c0afa574eb38279bd1d521f4a (patch)
tree637c7476ca420e5d85734709b1e80bd9d657682f /externals
parent7ccfbb0c6fdb3d86747ca15041f7ba604eeb3bd7 (diff)
for Gem: reverted --prefix change that didn't fix anything and added --disable-rpath for Windows since DLLs don't have a fixed path, hope that'll fix something...
svn path=/trunk/; revision=15223
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index f7b3da88..5b692728 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -558,8 +558,9 @@ $(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) \
+ --disable-rpath \
--enable-sse2 \
--without-quicktime \
--with-video=plugins \