Ticket #35448: frotz.diff
File frotz.diff, 739 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
18 18 patchfiles patch-Makefile patch-src-common-main.c \ 19 19 patch-src-common-process.c \ 20 20 patch-getline.diff 21 configure{21 post-patch { 22 22 reinplace "s|@PREFIX@|${prefix}|" \ 23 23 "${worksrcpath}/Makefile" 24 24 } 25 25 26 use_configure no 27 28 variant universal {} 29 30 build.args CC="${configure.cc} [get_canonical_archflags cc]" \ 31 INCL=${configure.cppflags} \ 32 LIB=${configure.ldflags} 33 26 34 use_parallel_build yes 27 35 36 eval destroot.args ${build.args} 37 28 38 destroot.destdir PREFIX=${destroot}${prefix}