diff options
Diffstat (limited to 'net-im/libnice/files/patch-gst_Makefile.in')
-rw-r--r-- | net-im/libnice/files/patch-gst_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/libnice/files/patch-gst_Makefile.in b/net-im/libnice/files/patch-gst_Makefile.in new file mode 100644 index 000000000000..43f4f8475453 --- /dev/null +++ b/net-im/libnice/files/patch-gst_Makefile.in @@ -0,0 +1,11 @@ +--- gst/Makefile.in.orig 2013-05-22 07:56:38.000000000 +0000 ++++ gst/Makefile.in 2013-05-22 07:58:56.000000000 +0000 +@@ -319,7 +319,7 @@ + -I $(top_srcdir)/stun + + COMMON_LIBADD = \ +- $(top_builddir)/nice/libnice.la ++ -lnice + + + # libgstnice |