diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-04 10:40:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-04 10:40:24 +0000 |
commit | f9788f8b942b1237bf6ebcaa89d67e0d7485be70 (patch) | |
tree | 3685b8294902840404806e6aa86fde8e4b67ce5d /net/b2bua/files/patch-contrib::Makefile.pkg | |
parent | add mpb 1.4.2 (diff) |
Update to 1.5.0.
Diffstat (limited to 'net/b2bua/files/patch-contrib::Makefile.pkg')
-rw-r--r-- | net/b2bua/files/patch-contrib::Makefile.pkg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/b2bua/files/patch-contrib::Makefile.pkg b/net/b2bua/files/patch-contrib::Makefile.pkg new file mode 100644 index 000000000000..b4b9e3f062c7 --- /dev/null +++ b/net/b2bua/files/patch-contrib::Makefile.pkg @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- contrib/Makefile.pkg.orig Sat Feb 1 02:15:57 2003 ++++ contrib/Makefile.pkg Fri Apr 4 13:06:17 2003 +@@ -49,9 +49,9 @@ + # libxml + + ifeq ($(VOCAL_USE_SYSTEM_LIBXML),true) +- LIBXML_INCLUDEDIRS := /usr/local/include/libxml2 /usr/local/include/libxml2/libxml /usr/local/include +- LIBXML_LIBDIRS := /usr/local/lib +- LIBXML_LDLIBS_LAST := -lxml ++ LIBXML_INCLUDEDIRS := ${LOCALBASE}/include/libxml2 ${LOCALBASE}/include/libxml2/libxml ${LOCALBASE}/include ++ LIBXML_LIBDIRS := ${LOCALBASE}/lib ++ LIBXML_LDLIBS_LAST := -lxml2 + else + LIBXML_INCLUDEDIRS := $(ROOT)/contrib/libxml2.$(OS_ARCH) $(ROOT)/contrib/libxml2.$(OS_ARCH)/include/libxml $(ROOT)/contrib/libxml2.$(OS_ARCH)/include + LIBXML_LIBDIRS := $(ROOT)/contrib/libxml2.$(OS_ARCH)/.libs |