diff options
author | kwm <kwm@FreeBSD.org> | 2015-01-02 07:28:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-01-02 07:28:41 +0800 |
commit | 0c1fe8a4a40fa3951f13255afcc249174bc29ffb (patch) | |
tree | e981c737573b297379153d9f7979b0a5c131658a /net-im | |
parent | 64ec4d7ef81ec21af94691820df6e23f3f4cd06c (diff) | |
download | freebsd-ports-gnome-0c1fe8a4a40fa3951f13255afcc249174bc29ffb.tar.gz freebsd-ports-gnome-0c1fe8a4a40fa3951f13255afcc249174bc29ffb.tar.zst freebsd-ports-gnome-0c1fe8a4a40fa3951f13255afcc249174bc29ffb.zip |
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@
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/farsight2/files/patch-tests_rtp_Makefile.in | 11 | ||||
-rw-r--r-- | net-im/farstream/files/patch-tests_rtp_Makefile.in | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-im/farsight2/files/patch-tests_rtp_Makefile.in b/net-im/farsight2/files/patch-tests_rtp_Makefile.in new file mode 100644 index 000000000000..d05eb8a60832 --- /dev/null +++ b/net-im/farsight2/files/patch-tests_rtp_Makefile.in @@ -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 diff --git a/net-im/farstream/files/patch-tests_rtp_Makefile.in b/net-im/farstream/files/patch-tests_rtp_Makefile.in new file mode 100644 index 000000000000..d05eb8a60832 --- /dev/null +++ b/net-im/farstream/files/patch-tests_rtp_Makefile.in @@ -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 |