New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80549


Ignore:
Timestamp:
07/14/11 10:10:23 (4 years ago)
Author:
jmr@…
Message:

dynamips-devel: apply fix from dynamips r69986 (#25812)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/dynamips-devel/Portfile

    r37027 r80549  
    3131 
    3232patchfiles      patch-Makefile 
    33 configure {} 
     33use_configure no 
    3434 
    3535build.pre_args-append           PREFIX=${prefix} 
    3636destroot.pre_args-append        PREFIX=${prefix} 
    3737 
    38 # compile using nojit if on PowerPC platform 
    39 if {${os.arch} == "powerpc"} { 
     38# compile using nojit if on non-i386 platform 
     39# is meant to work on x86_64 too but apparently crashes; ticket #22285 
     40if {${build_arch} != "i386"} { 
    4041        build.pre_args-append           DYNAMIPS_ARCH=nojit 
    4142        destroot.pre_args-append        DYNAMIPS_ARCH=nojit 
Note: See TracChangeset for help on using the changeset viewer.