openbsd-ports/audio/xmms2/patches/patch-wscript
2012-06-09 09:46:18 +00:00

12 lines
546 B
Plaintext

$OpenBSD: patch-wscript,v 1.3 2012/06/09 09:46:18 pascal Exp $
--- wscript.orig Thu Oct 20 21:26:08 2011
+++ wscript Tue May 8 01:22:59 2012
@@ -342,6 +342,7 @@ def configure(conf):
if Options.platform != 'win32':
conf.env.append_unique('CFLAGS_cstlib', ['-fPIC', '-DPIC'])
conf.env.append_unique('CPPFLAGS_cxxshlib', ['-fPIC', '-DPIC'])
+ conf.env["LINKFLAGS"] += ['-fPIC']
else:
# As we have to change target platform after the tools
# have been loaded there are a few variables that needs