On 09/22/09 11:19, Thomas Klausner wrote:
On Tue, Sep 22, 2009 at 10:52:56AM +0200, Adam Hoka wrote:Can someone correct this line in the makefile: (I dont know what was the intention, so I dont want to break it) .if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])&& \ !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*) PLIST.openssl097= yes .endif Make doesnt like it. :-)I think it wants to check if you are using openssl-0.9.6* or 0.9.7*. What exactly doesn't make like for you? Thomas
Malformed conditional (!empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*))
bmake: Fatal errors encountered -- cannot continue Obviously you have to set the first condition to true to see it. Any idea how to do this correctly?