Bugzilla – Attachment 122 Details for
Bug 351
build: use X.org layout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
use X.org library locations on Linux
jogl-xorg.patch (text/plain), 995 bytes, created by
Sven Gothel
on 2008-03-29 10:04:00 CET
(
hide
)
Description:
use X.org library locations on Linux
Filename:
MIME Type:
Creator:
Sven Gothel
Created:
2008-03-29 10:04:00 CET
Size:
995 bytes
patch
obsolete
>--- /src/jogl/jogl/make/build.xml.orig 2008-03-29 12:30:42.000000000 -0400 >+++ /src/jogl/jogl/make/build.xml 2008-03-29 12:53:09.000000000 -0400 >@@ -732,14 +736,14 @@ > <!-- linker configuration --> > > <linker id="linker.cfg.linux.jogl" extends="linker.cfg.linux"> >- <syslibset dir="/usr/X11R6/lib" libs="GL, X11"/> >- <syslibset dir="/usr/X11R6/lib" libs="Xxf86vm" /> >+ <syslibset dir="/usr/lib" libs="GL, X11"/> >+ <syslibset dir="/usr/lib" libs="Xxf86vm" /> > <syslibset dir="${x11.cg.lib}" libs="Cg, CgGL" if="c.compiler.use-cglib"/> > </linker> > > <linker id="linker.cfg.linux.amd64.jogl" name="gcc"> >- <syslibset dir="/usr/X11R6/lib64" libs="GL, X11"/> >- <syslibset dir="/usr/X11R6/lib64" libs="Xxf86vm" /> >+ <syslibset dir="/usr/lib64" libs="GL, X11"/> >+ <syslibset dir="/usr/lib64" libs="Xxf86vm" /> > <syslibset dir="${x11.cg.lib}" libs="Cg, CgGL" if="c.compiler.use-cglib"/> > </linker> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 351
: 122