Ticket #43614: Portfile-mupdf.2.diff
File Portfile-mupdf.2.diff, 1.4 KB (added by harciga, 11 years ago) |
---|
-
Portfile
old new 34 34 checksums rmd160 368140a0f825483268faaf778328bc6c3f4d461f \ 35 35 sha256 018bab9520b5e93bb33ab07b0472fdf9f768c5801769f95b9a696941b633ec22 36 36 37 use_configure no 37 patchfiles patch-Makerules.diff 38 38 39 39 depends_build port:pkgconfig 40 40 … … 45 45 port:xorg-libXext \ 46 46 port:zlib 47 47 48 use_configure no 49 50 variant universal {} 51 48 52 build.args PREFIX=${prefix} 49 53 build.args-append CC=${configure.cc} \ 50 54 CXX=${configure.cxx} \ 51 55 CPP=${configure.cpp} 52 build.env build=release \ 53 HAVE_CURL=no \ 56 57 build.env CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ 58 LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \ 59 build=release \ 54 60 verbose=1 55 61 62 eval destroot.env ${build.env} 63 56 64 destroot.destdir prefix=${destroot}${prefix} 57 65 66 # https://trac.macports.org/ticket/33240 67 # Mac OS X Tiger has an old version of `make`, needs to use GNU make 68 platform darwin 8 { 69 depends_build-append port:gmake 70 build.cmd ${prefix}/bin/gmake 71 } 72 58 73 livecheck.type regex 59 74 livecheck.url ${master_sites} 60 75 livecheck.regex ${name}-(\\d\\.\\d)-source