Changeset 80549
- Timestamp:
- 07/14/11 10:10:23 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/dynamips-devel/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/dynamips-devel/Portfile
r37027 r80549 31 31 32 32 patchfiles patch-Makefile 33 configure {} 33 use_configure no 34 34 35 35 build.pre_args-append PREFIX=${prefix} 36 36 destroot.pre_args-append PREFIX=${prefix} 37 37 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 40 if {${build_arch} != "i386"} { 40 41 build.pre_args-append DYNAMIPS_ARCH=nojit 41 42 destroot.pre_args-append DYNAMIPS_ARCH=nojit
Note: See TracChangeset
for help on using the changeset viewer.

