ports/net/xmlrpc-c/patches/patch-src_Makefile

13 lines
261 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/Makefile
--- src/Makefile.orig
+++ src/Makefile
@@ -117,7 +117,7 @@ TARGET_MODS = \
$(LIBXMLRPC_CLIENT_MODS) \
OMIT_XMLRPC_LIB_RULE=Y
-MAJ=3
+MAJ=$(LIB_MAJ)
# Major number of shared libraries in this directory
include $(SRCDIR)/common.mk