Date: Thu, 1 Jan 2015 23:28:42 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376034 - in head/net-im: farsight2/files farstream/files Message-ID: <201501012328.t01NSgYe020777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Jan 1 23:28:41 2015 New Revision: 376034 URL: https://svnweb.freebsd.org/changeset/ports/376034 QAT: https://qat.redports.org/buildarchive/r376034/ Log: Fix farsight2 build on arm, by explicitly linking to -lm for sqrt(3) While here apply the same the same to farstream PR: 196070 Submitted by: mikael.urankar@gmail.com Verified by: sbruno@ Added: head/net-im/farsight2/files/patch-tests_rtp_Makefile.in (contents, props changed) head/net-im/farstream/files/ head/net-im/farstream/files/patch-tests_rtp_Makefile.in (contents, props changed) Added: head/net-im/farsight2/files/patch-tests_rtp_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/farsight2/files/patch-tests_rtp_Makefile.in Thu Jan 1 23:28:41 2015 (r376034) @@ -0,0 +1,11 @@ +--- tests/rtp/Makefile.in 2014-12-17 15:37:13 UTC ++++ tests/rtp/Makefile.in +@@ -80,7 +80,7 @@ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERB + am__v_lt_0 = --silent + codec_discovery_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ +- $(codec_discovery_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ ++ $(codec_discovery_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -lm \ + -o $@ + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp Added: head/net-im/farstream/files/patch-tests_rtp_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/farstream/files/patch-tests_rtp_Makefile.in Thu Jan 1 23:28:41 2015 (r376034) @@ -0,0 +1,11 @@ +--- tests/rtp/Makefile.in 2014-12-17 15:37:13 UTC ++++ tests/rtp/Makefile.in +@@ -80,7 +80,7 @@ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERB + am__v_lt_0 = --silent + codec_discovery_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ +- $(codec_discovery_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ ++ $(codec_discovery_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -lm \ + -o $@ + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501012328.t01NSgYe020777>