Changeset 98170


Ignore:
Timestamp:
Sep 27, 2012, 1:49:12 AM (12 years ago)
Author:
dports@…
Message:

arb: disable OpenGL support for now because it's incompatible with
libpng 1.5 (#36271)

Location:
trunk/dports/science/arb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/arb/Portfile

    r96547 r98170  
    77epoch                   1
    88version                 5.3
    9 revision                6
     9revision                7
    1010categories              science
    1111maintainers             mac.com:matt.cottrell
  • trunk/dports/science/arb/files/patch-ARB-config.makefile.diff

    r91682 r98170  
    1 --- config.makefile
    2 +++ config.makefile.template
    3 @@ -20,7 +20,7 @@
     1--- config.makefile     2012-09-20 07:33:17.000000000 -0400
     2+++ config.makefile.template    2012-09-20 07:34:36.000000000 -0400
     3@@ -13,14 +13,14 @@
     4 TRACESYM := 1# insert symbols for meaningful backtraces into executables
     5 
     6 # Include features using OPENGL?
     7-OPENGL := 1
     8+OPENGL := 0
     9 
     10 # 0 = use old PTSERVER (recommended)
     11 # 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!)
    412 # 2 = compile both, use old (recommended for development only)
    513 PTPAN := 0
Note: See TracChangeset for help on using the changeset viewer.