freebsd-ports/net/sipxportlib/files/patch-src_test_testplugin_Makefile.in
Martin Wilke 69c26a938c sipXportLib is a library of general purpose utilities and OS
abstraction APIs.  It is a necessary dependancy of the sipX project.

WWW: http://sipx-wiki.calivia.com/index.php/Main_Page

PR:		ports/107931
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2007-02-01 22:25:32 +00:00

11 lines
531 B
Text

--- ./src/test/testplugin/Makefile.in.orig Thu Dec 28 16:21:05 2006
+++ ./src/test/testplugin/Makefile.in Thu Dec 28 16:22:57 2006
@@ -319,7 +319,7 @@
# Age - set to 0 of any interfaces have been removed
# increment if any interfaces have been added
version_Age = 0
-libtestpluginA_la_LIBADD = @RT_LIBS@ -ldl -lpthread $(am__append_1)
+libtestpluginA_la_LIBADD = @RT_LIBS@ -lpthread $(am__append_1)
libtestpluginB_la_LIBADD = $(libtestpluginA_la_LIBADD)
libtestpluginA_la_CXXFLAGS = \
-DLIBRARY_NAME=\"TestPluginA\" \