summaryrefslogtreecommitdiff
path: root/net/opensips31/files/patch-modules_xml_Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-03-31 16:41:02 +0200
committerRene Ladan <rene@FreeBSD.org>2025-03-31 16:41:02 +0200
commit698e8756abc90a24383cd3c3700bebd82c744962 (patch)
treedbcf8d9d6797282459d0b3119ae0ad923459a613 /net/opensips31/files/patch-modules_xml_Makefile
parentsecurity/caldera4: Remove expired port (diff)
net/opensips31: Remove expired port
2025-03-31 net/opensips31: Deprecated upstream
Diffstat (limited to 'net/opensips31/files/patch-modules_xml_Makefile')
-rw-r--r--net/opensips31/files/patch-modules_xml_Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/opensips31/files/patch-modules_xml_Makefile b/net/opensips31/files/patch-modules_xml_Makefile
deleted file mode 100644
index 2fc23be5aff3..000000000000
--- a/net/opensips31/files/patch-modules_xml_Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- modules/xml/Makefile.orig 2020-07-22 09:42:09 UTC
-+++ modules/xml/Makefile
-@@ -5,8 +5,12 @@ auto_gen=
- NAME=xml.so
-
- ifeq ($(CROSS_COMPILE),)
--LIBS=-lxml2
--DEFS+=-I$(SYSBASE)/include/libxml2
-+HAS_XML2CFG=$(shell if which xml2-config >/dev/null 2>/dev/null;then echo YES; fi)
-+endif
-+
-+ifeq ($(HAS_XML2CFG),YES)
-+LIBS=$(shell xml2-config --libs)
-+DEFS+=$(shell xml2-config --cflags)
- else
- DEFS+=-I$(SYSBASE)/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
- -I$(LOCALBASE)/include