[112776] trunk/dports/lang/clisp/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Nov 11 06:26:17 PST 2013
On Nov 11, 2013, at 08:20, Mark Evenson wrote:
> Sure: my TCL fu is not that great, so I always a little to hesitant to move outside the patterns that I know work in Portfiles, but getting the right conditionalized stanza that is somewhat future proof is certainly the right thing to do
It should just be:
if {${os.platform} eq "darwin" && ${os.major} >= 11} {
configure.cflags-append -Wl,-no_pie
}
More information about the macports-dev
mailing list