summaryrefslogtreecommitdiff
path: root/textproc/qore-xml-module/patches/patch-src_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/qore-xml-module/patches/patch-src_Makefile.in')
-rw-r--r--textproc/qore-xml-module/patches/patch-src_Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/qore-xml-module/patches/patch-src_Makefile.in b/textproc/qore-xml-module/patches/patch-src_Makefile.in
new file mode 100644
index 00000000000..1bb4fb4edaa
--- /dev/null
+++ b/textproc/qore-xml-module/patches/patch-src_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_Makefile.in,v 1.1 2014/12/30 15:51:11 wiz Exp $
+* don't install .a file
+http://sourceforge.net/p/qore/code/6293/
+--- src/Makefile.in.orig 2013-10-05 10:23:40.000000000 +0000
++++ src/Makefile.in
+@@ -677,7 +677,7 @@ uninstall-am: uninstall-libLTLIBRARIES
+
+ install-exec-hook:
+ mv $(DESTDIR)$(libdir)/$(MNAME).$(MODULE_SUFFIX) $(DESTDIR)$(libdir)/$(MNAME)-api-$(MODULE_API).qmod
+- $(RM) $(DESTDIR)$(libdir)/$(MNAME).la $(RM_OTHER)
++ $(RM) $(DESTDIR)$(libdir)/$(MNAME).la $(DESTDIR)$(libdir)/$(MNAME).a $(RM_OTHER)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.