New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81013


Ignore:
Timestamp:
07/22/11 20:27:18 (4 years ago)
Author:
takeshi@…
Message:

grads2: fixed grib2 support and build for Lion

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

Legend:

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

    r80315 r81013  
    66name                grads2 
    77version             2.0.a9.oga.1 
    8 revision            2 
     8revision            3 
    99platforms           darwin 
    1010maintainers         takeshi 
     
    3434 
    3535patchfiles          patch-configure.diff 
     36post-patch { 
     37    reinplace "s|png12|png14|g" ${worksrcpath}/configure 
     38} 
    3639 
    3740configure.env-append    SUPPLIBS="${prefix}" 
  • trunk/dports/science/grads2/files/patch-configure.diff

    r75670 r81013  
    1 --- configure.orig      2011-01-29 22:06:56.000000000 +0900 
    2 +++ configure   2011-01-29 22:20:53.000000000 +0900 
     1--- configure.orig      2011-07-23 12:11:13.000000000 +0900 
     2+++ configure   2011-07-23 12:11:47.000000000 +0900 
     3@@ -3785,7 +3785,7 @@ 
     4  
     5   *darwin*) 
     6     is_darwin="yes" 
     7-    LDFLAGS="$LDFLAGS -lSystemStubs" 
     8+    LDFLAGS="$LDFLAGS" 
     9   ;; 
     10  
     11   cray-*-*) 
    312@@ -9315,13 +9315,8 @@ 
    413       readline_inc="$readline_inc ${ga_include_prefix}/${ga_include_name}" 
Note: See TracChangeset for help on using the changeset viewer.