Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/perlmods
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20003/common/main/finkinfo/libs/perlmods
Added Files:
opengl-pm.info opengl-pm.patch
Log Message:
just used -undefined suppress
--- NEW FILE: opengl-pm.info ---
Info2: <<
Package: opengl-pm%type_pkg[perl]
Version: 0.54
Revision: 1
Depends: x11, glut-shlibs
BuildDepends: x11, glut
Source: mirror:cpan:authors/id/I/IL/ILYAZ/modules/OpenGL-%v.tar.gz
Source-MD5: ff53886f6fc0d81ddde0e40725c8e33b
SourceDirectory: OpenGL-%v
PatchScript: sed -e 's,@PREFIX@,%p,g' %a/opengl-pm.patch | patch -p1
Type: perl(5.6.0 5.6.1 5.8.0 5.8.1 5.8.4 5.8.5)
UpdatePOD: true
DocFiles: COPYRIGHT INSTALL MANIFEST README* SUPPORTS TODO examples.tar.bz2
CompileScript: <<
perl%type_raw[perl] Makefile.PL %c
make LDDLFLAGS="-bundle -undefined suppress -flat_namespace -L/usr/X11R6/lib -lGL
-L%p/lib -lglut"
tar -cjf examples.tar.bz2 examples
<<
Description: Perl module for working with OpenGL
DescDetail: <<
This module provides access to most of the OpenGL 1.0, 1.1, and 1.2 APIs.
Some amount of GLU is supported (I'm not quite sure what version it works
out to), and GLUT should be completely supported up to API version 3. A
small portion of GLX and X11 is supported, as an alternative to GLUT.
<<
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/OpenGL
<<
--- NEW FILE: opengl-pm.patch ---
--- OpenGL-0.54/Makefile.PL Wed Jun 20 04:39:13 2001
+++ OpenGL-0.54-new/Makefile.PL Fri Feb 14 23:34:15 2003
@@ -11,9 +11,9 @@
sub findlib::file_name_is_absolute { 1 } # Used for warnings only...
# Extra library paths to search on
-$libdirs = '-L/usr/X11R6/lib -L/usr/local/lib -L/usr/openwin/lib';
+$libdirs = '-L/usr/X11R6/lib [EMAIL PROTECTED]@/lib';
# Extra include paths to search on
-$includes = '-I/usr/X11R6/include -I/usr/local/include -I/usr/openwin/include';
+$includes = '-I/usr/X11R6/include [EMAIL PROTECTED]@/include';
$pm_lib = (grep /^X11$/, @ARGV) ? '' : '-lopengl';
--- OpenGL-0.54/glu_const.h Sun Nov 5 23:12:42 2000
+++ OpenGL-0.54-new/glu_const.h Fri Feb 14 23:35:29 2003
@@ -1,3 +1,6 @@
+#ifndef GLU_INCOMPATIBLE_GL_VERSION
+#define GLU_INCOMPATIBLE_GL_VERSION 100903
+#endif
#ifdef GLU_VERSION_1_0
if (!strncmp(name, "GLU_", 4)) {
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits