diff options
Diffstat (limited to 'graphics/jogamp-jogl')
-rw-r--r-- | graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml b/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml new file mode 100644 index 000000000000..00554d808d9d --- /dev/null +++ b/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml @@ -0,0 +1,13 @@ +--- gluegen/make/gluegen-cpptasks-base.xml.orig 2010-10-03 12:47:50.000000000 +0200 ++++ gluegen/make/gluegen-cpptasks-base.xml 2010-10-03 12:48:27.000000000 +0200 +@@ -772,6 +772,10 @@ + <linker id="linker.cfg.hpux" name="aCC"> + </linker> + ++ <linker id="linker.cfg.freebsd" name="gcc"> ++ <linkerarg value="-m32"/> ++ </linker> ++ + <linker id="linker.cfg.freebsd.x86" name="gcc"> + <linkerarg value="-m32"/> + </linker> |