Ticket #43816: clisp-no-home.diff
File clisp-no-home.diff, 601 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
36 36 universal_variant no 37 37 use_bzip2 yes 38 38 patchfiles patch-src_lispbibl_d.diff 39 post-extract {40 file mkdir ${workpath}/home41 }42 39 43 40 # Force 32-bit, inline-asm 44 41 supported_archs ppc i386 … … 60 57 61 58 use_parallel_build no 62 59 build.dir ${worksrcpath}/src 63 build.env-append HOME=${workpath}/home64 60 build.env-delete LD_PREBIND LD_PREBIND_ALLOW_OVERLAP 65 61 build.cmd "ulimit -s 16384 && make" 66 62 build.target