svn commit: r376034 - in head/net-im: farsight2/files farstream/files
Koop Mast
kwm at FreeBSD.org
Thu Jan 1 23:28:43 UTC 2015
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 at 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. at 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. at am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
More information about the svn-ports-all
mailing list