Ticket #44800: dmd.diff
File dmd.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
27 27 28 28 use_configure no 29 29 30 variant universal {} 31 30 32 build.dir ${worksrcpath}/src 31 33 32 34 # Use CFLAGS in the posix.make; some source needs special flags. … … 34 36 # extra flags cannot be added with +=. 35 37 # Another solution would be the use of override directive in posix.mak. 36 38 build.args -f posix.mak \ 37 HOST_CC= ${configure.cxx}\38 CC=\"${configure.cxx}\" \39 LDFLAGS=\"${configure.ldflags} -framework CoreServices\" \40 ENVP= \"MACOSX_DEPLOYMENT_TARGET=${macosx_deployment_target}\"39 HOST_CC="${configure.cxx}" \ 40 LDFLAGS="${configure.ldflags} -framework CoreServices" \ 41 MODEL_FLAG="[get_canonical_archflags]" \ 42 ENVP="MACOSX_DEPLOYMENT_TARGET=${macosx_deployment_target}" 41 43 42 44 destroot { 43 45 # man