> On 29 Oct, 2017, at 0:06, blubee blubeeme <gurenc...@gmail.com> wrote:
> 
> I'm compiling a port and the linker is failing because the linker is
> looking for
> 
> -lUppercaseSoname
> 
> but the shared object name doesn't start with an uppercase.
> 
> Can I change the way the linker flags are passed to replace:
> -lSoname with -lsoname

REINPLACE_CMD is the easiest way to make a simple substitution in a Makefile. 
See 
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch.html

# Adam


-- 
Adam Weinberger
ad...@adamw.org
https://www.adamw.org

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to