diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-09 22:24:09 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-09 22:24:09 +0000 |
commit | f2a7594a0db44ef7ecb66e14d9de2ac1088b2609 (patch) | |
tree | 4c6b160ae10a9d55dca7e30cd7be9b8507bb51d5 /graphics/jogamp-jogl | |
parent | 2b836a77b634b364517bdf37441077bb853f85e4 (diff) |
Notes
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> |