1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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@
This commit is contained in:
Koop Mast 2015-01-01 23:28:41 +00:00
parent f5f737f97e
commit 0f662ede74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376034
2 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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