New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82385


Ignore:
Timestamp:
08/12/11 17:13:37 (4 years ago)
Author:
takanori@…
Message:

ghostscript:

  • quick fix to avoid segfault in gs_glyph_data_free()
Location:
trunk/dports/print/ghostscript
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/print/ghostscript/Portfile

    r82295 r82385  
    66name            ghostscript 
    77version         9.04 
     8revision        1 
    89categories      print 
    910license         GPL-3+ 
     
    2627patchfiles      patch-base_unix-dll.mak.diff \ 
    2728                patch-base_stdpre.h.diff \ 
    28                 patch-base_unixinst.mak.diff 
     29                patch-base_unixinst.mak.diff \ 
     30                patch-base_gsgdata.c.diff \ 
     31                patch-base_gsgdata.h.diff 
     32#               patch-configure.ac.diff 
    2933 
    3034checksums           ${distname}.tar.gz \ 
     
    8993 
    9094# gs9.xx: The default optimization flag (-O2) causes pdfwrite's strange 'passed invalid object' problem. 
    91 configure.optflags  -O0 
     95#configure.optflags  -O0 
    9296 
    9397# gs compiled by clang/llvm-gcc-4.2 sometimes produces 'Segmentation fault: 11' 
    94 if {${configure.compiler} == "llvm-gcc-4.2"} { 
     98#if {${configure.compiler} == "llvm-gcc-4.2"} { 
    9599#    if {[rpm-vercomp $xcodeversion 4.1] >= 0} { 
    96100#        configure.compiler clang 
    97101#    } else { 
    98         configure.compiler gcc-4.2 
     102#        configure.compiler gcc-4.2 
    99103#    } 
    100 } 
     104#} 
    101105 
    102106configure.args  --disable-compile-inits \ 
Note: See TracChangeset for help on using the changeset viewer.