Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23504

Modified Files:
        openglut.info 
Log Message:
Fix build on 10.6


Index: openglut.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/openglut.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openglut.info       20 Jan 2010 19:27:25 -0000      1.3
+++ openglut.info       15 Jan 2011 19:18:27 -0000      1.4
@@ -1,14 +1,17 @@
 Package: openglut
 Version: 0.6.3
-Revision: 2
-Distribution: 10.4, 10.5
+Revision: 3
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 Source-MD5: 9075d37d995d9f7dbb06a2e5fd9ffe20
 PatchFile: %n.patch
 PatchFile-MD5: 727daee92284815d07534fdcc0e7dc6d
 
-BuildDepends: x11-dev, fink (>= 0.24.12-1)
+BuildDepends: <<
+       fink (>= 0.24.12-1),
+       fink-package-precedence,
+       x11-dev
+<<
 Depends: %n-shlibs (= %v-%r)
 BuildDependsOnly: true
 
@@ -16,8 +19,17 @@
 Replaces: glut, freeglut
 
 SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-SetCPPFLAGS: -I/usr/X11R6/include
-ConfigureParams: --disable-dependency-tracking --enable-fast 
--mandir=%p/share/man
+ConfigureParams: <<
+       --mandir=%p/share/man \
+       --disable-static \
+       --enable-dependency-tracking \
+       --enable-fast \
+       --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
+<<
+CompileScript: <<
+       %{default_script}
+       fink-package-precedence --prohibit-bdep=%n .
+<<
 
 InstallScript: <<
        make install DESTDIR=%d
@@ -54,6 +66,10 @@
 Fix installation location of manpages. See:
 
http://sourceforge.net/tracker/index.php?func=detail&aid=1773629&group_id=104013&atid=636633
 Don't bother installing preformatted manpages.
+
+Doesn't autodetect a few gl headers on 10.6 (not sure about other
+platforms) but they are either used anyway or are not used to
+enable/disable features or other build controls, so who cares?
 <<
 DescDetail: <<
 OpenGLUT is an open source project to evolve the GLUT (OpenGL Utility
@@ -64,6 +80,6 @@
 1.0 - intended to supercede the GLUT 3.x API.
 <<
 Description: OpenGL utility toolkit
-Homepage:http://openglut.sourceforge.net
+Homepage: http://openglut.sourceforge.net
 License: OSI-Approved
 Maintainer: Daniel Macks <dma...@netspace.org>


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to