Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247737 Details for
Bug 237572
[science overlay] sci-mathematics/scilab-5.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
with #134 From Jérôme Borme 2010-06-27 patch
scilab-5.2.1-configure.ac.patch (text/plain), 2.31 KB, created by
lalebarde
on 2010-09-18 00:14:42 UTC
(
hide
)
Description:
with #134 From Jérôme Borme 2010-06-27 patch
Filename:
MIME Type:
Creator:
lalebarde
Created:
2010-09-18 00:14:42 UTC
Size:
2.31 KB
patch
obsolete
>--- scilab-5.2.1.orig//configure.ac 2010-09-18 01:22:40.581937649 +0200 >+++ scilab-5.2.1/configure.ac 2010-09-18 01:35:59.169971576 +0200 >@@ -700,12 +700,12 @@ > LDFLAGS="-L/usr/lib/jni -L/usr/lib64/jni/ -L$SCI_SRCDIR/thirdparty/ -L$SCI_SRCDIR/bin/" > AC_CHECK_LIB([jogl], [glTexParameterf], [JOGL_LIBS="-ljogl"],[AC_MSG_WARN([Could not link against -ljogl. Will try against -ljogl -lGL])]) > if test -z "$JOGL_LIBS"; then # The previous test failed add more options to the LDFLAGS >- LDFLAGS="$LDFLAGS -lGL " >+ LDFLAGS="$LDFLAGS" > # the space after "jogl" in the following line is on > # purpose to disable the cache > AC_CHECK_LIB([jogl ], [glTexParameterf], > [JOGL_LIBS="-ljogl -lGL"], >- [AC_MSG_ERROR(["libjogl: Library missing (Cannot find symbol glTexParameterf). Check if libjogl - C/Java (JNI) interface for JOGL - or libGL are installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries."])]) >+ [AC_MSG_ERROR(["libjogl: Library missing (Cannot find symbol glTexParameterf). Check if libjogl - C/Java (JNI) interface for JOGL - or libGL are installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries."])],[-lGL]) > fi > > LDFLAGS=$LDFLAGS_save >@@ -724,7 +724,7 @@ > LDFLAGS="-L/usr/lib/jni -L/usr/lib64/jni/ -ldl -L$SCI_SRCDIR/thirdparty/ -L$SCI_SRCDIR/bin/" > symbol="Java_com_sun_gluegen_runtime_UnixDynamicLinkerImpl_dlclose__J" > AC_CHECK_LIB([gluegen-rt], [$symbol], [GLUEGEN_RT_LIBS="-lgluegen-rt"], >- [AC_MSG_ERROR([libgluegen-rt: Library missing (Cannot find symbol glTexParameterf). Check if libgluegen-rt - C/Java (JNI) interface for GLUEGEN - is installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries.])]) >+ [AC_MSG_ERROR([libgluegen-rt: Library missing (Cannot find symbol glTexParameterf). Check if libgluegen-rt - C/Java (JNI) interface for GLUEGEN - is installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries.])],[-ldl]) > LDFLAGS=$LDFLAGS_save > fi >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237572
:
195132
|
195134
|
195135
|
195410
|
195719
|
196337
|
197140
|
197167
|
201660
|
201663
|
201664
|
203708
|
206592
|
207264
|
207266
|
207281
|
211281
|
216499
|
216568
|
218759
|
218769
|
218781
|
218921
|
219327
|
219355
|
219361
|
219811
|
219943
|
221133
|
221135
|
221137
|
221139
|
230115
|
232755
|
247735
| 247737 |
247761
|
248048
|
248050
|
248071
|
248157
|
248213
|
249041
|
260226
|
260228
|
276083
|
276087
|
313535
|
317800