mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
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>
12 lines
273 B
Text
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
|