[66335] trunk/dports/graphics/GLC_lib

ryandesign at macports.org ryandesign at macports.org
Fri Apr 9 06:08:17 PDT 2010


Revision: 66335
          http://trac.macports.org/changeset/66335
Author:   ryandesign at macports.org
Date:     2010-04-09 06:08:16 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
GLC_lib:

 * fix build failure when not requesting an i386 build (see #24309)
 * make sure we're not using the included outdated zlib headers
 * make sure we're UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/graphics/GLC_lib/Portfile
    trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff

Modified: trunk/dports/graphics/GLC_lib/Portfile
===================================================================
--- trunk/dports/graphics/GLC_lib/Portfile	2010-04-09 13:04:41 UTC (rev 66334)
+++ trunk/dports/graphics/GLC_lib/Portfile	2010-04-09 13:08:16 UTC (rev 66335)
@@ -8,6 +8,7 @@
 
 name                GLC_lib
 version             1.2.0
+revision            1
 maintainers         lilalinux.net:macports
 description         C++ class library that enables the quick creation of an OpenGL application based on QT4.
 long_description    C++ class library that enables the quick creation of an OpenGL application based on QT4.
@@ -37,6 +38,7 @@
 
 use_parallel_build  yes
 
+build.args          CC=${configure.cc}
 build.env           QTDIR=${qt_dir} PREFIX=${prefix}
 
 post-build {

Modified: trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff
===================================================================
--- trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff	2010-04-09 13:04:41 UTC (rev 66334)
+++ trunk/dports/graphics/GLC_lib/files/patch-GLC_lib.pro.diff	2010-04-09 13:08:16 UTC (rev 66335)
@@ -1,6 +1,23 @@
 --- glc_lib/GLC_lib.pro.orig	2010-04-08 11:00:33.000000000 -0400
 +++ glc_lib/GLC_lib.pro	2010-04-08 11:01:13.000000000 -0400
-@@ -310,9 +310,10 @@
+@@ -3,7 +3,6 @@
+ QT += opengl \
+     core
+ 
+-CONFIG+= x86
+ CONFIG += exceptions \
+     release \
+     warn_on
+@@ -16,7 +15,7 @@
+ 
+ DEPENDPATH += .
+ INCLUDEPATH += .
+-INCLUDEPATH += ./zlib
++INCLUDEPATH += ./shading
+ 
+ # Input					
+ HEADERS_QUAZIP +=	quazip/crypt.h \
+@@ -310,9 +309,10 @@
      			   
  # Linux install configuration
  unix { 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/4cbda74d/attachment.html>


More information about the macports-changes mailing list