Ticket #43614: Portfile-mupdf.diff
File Portfile-mupdf.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 no38 39 37 depends_build port:pkgconfig 40 38 41 39 depends_lib port:freetype \ … … 45 43 port:xorg-libXext \ 46 44 port:zlib 47 45 46 use_configure no 47 48 variant universal {} 49 48 50 build.args PREFIX=${prefix} 49 51 build.args-append CC=${configure.cc} \ 50 52 CXX=${configure.cxx} \ 51 53 CPP=${configure.cpp} 52 build.env build=release \ 54 55 build.env CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ 56 LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \ 57 build=release \ 53 58 HAVE_CURL=no \ 54 59 verbose=1 55 60 56 61 destroot.destdir prefix=${destroot}${prefix} 57 62 63 # https://trac.macports.org/ticket/33240 64 # Mac OS X Tiger has an old version of `make`, needs to use GNU make 65 platform darwin 8 { 66 depends_build-append port:gmake 67 build.cmd ${prefix}/bin/gmake 68 } 69 58 70 livecheck.type regex 59 71 livecheck.url ${master_sites} 60 72 livecheck.regex ${name}-(\\d\\.\\d)-source