Em Thu, 19 Sep 2013 22:40:53 -0300, Danilo Egea escreveu > On 09/19/13 22:34, Otacílio wrote: > > Caros > > > > Preciso adicionar em um port a dependência da libm (/usr/lib/libm.a .so > > ou o que seja). Só que já procurei, revirei tudo no Google e não consigo > > achar como fazer isso. algum poderia me dar uma dica para que minha > > produtividade seja pelo menos 2 linhas no freebsd por dia? > > > > []'s > > -Otacílio > > ------------------------- > > Histórico: http://www.fug.com.br/historico/html/freebsd/ > > Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd > > > LDFLAGS+= -lm
Acho que é isso aqui Otacilio LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this # package depends on. "lib" is the name of a shared library. # make will use "ldconfig -r" to search for the library. # lib can contain extended regular expressions. /usr/ports/Mk/bsd.ports.mk Rizzo > > -- > Danilo Egêa Gondolfo > http://daniloegea.wordpress.com > > "To understand the computers, we must know what computers understand." > > ------------------------- > Histórico: http://www.fug.com.br/historico/html/freebsd/ > Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

