ports/net/sipxtacklib/files/patch-src_Makefile.am
Martin Wilke d5a65bb450 sipXportLib is a library of SIP related functions and information
processing utilities.  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:27:31 +00:00

12 lines
273 B
Text

--- ./src/Makefile.am.orig Thu Dec 28 18:02:19 2006
+++ ./src/Makefile.am Thu Dec 28 18:02:39 2006
@@ -38,8 +38,7 @@
libsipXtack_la_LIBADD = \
@SIPXPORT_LIBS@ \
@SSL_LIBS@ \
- @PCRE_LIBS@ \
- -lresolv
+ @PCRE_LIBS@
if ISGCC
libsipXtack_la_LIBADD += -lstdc++
endif