[59775] trunk/dports/graphics/ftgl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Oct 21 17:09:26 PDT 2009


Revision: 59775
          http://trac.macports.org/changeset/59775
Author:   jeremyhu at macports.org
Date:     2009-10-21 17:09:23 -0700 (Wed, 21 Oct 2009)
Log Message:
-----------
ftgl: Buildfix for systems with mesa installed... bypass building the example code

Modified Paths:
--------------
    trunk/dports/graphics/ftgl/Portfile

Modified: trunk/dports/graphics/ftgl/Portfile
===================================================================
--- trunk/dports/graphics/ftgl/Portfile	2009-10-21 23:53:12 UTC (rev 59774)
+++ trunk/dports/graphics/ftgl/Portfile	2009-10-22 00:09:23 UTC (rev 59775)
@@ -28,4 +28,9 @@
 
 patchfiles		patch-docs-Makefile.in.diff
 
+# Note, this package finds OpenGL.framework... perhaps there should be an x11 variant for mesa?
+
+# Skip building the example program by failing to find GLUT
+configure.args		--with-glut-inc=/dev/null --with-glut-lib=/dev/null
+
 #livecheck.distname	FTGL Source
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091021/a4f1ba48/attachment.html>


More information about the macports-changes mailing list