diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2020-09-11 21:15:34 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-11 21:15:34 +0100 |
commit | ee68d5339362af3a4fe4209b76485f5cc8930eb1 (patch) | |
tree | 3434ba0a73d66f61bcc2833df69601206cc14330 /libraries/mxml/link_with_pthread.diff | |
parent | 306a8df179b35e4c1ebfba3ccb3a7fa13f37e1ba (diff) |
libraries/mxml: Updated for version 3.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'libraries/mxml/link_with_pthread.diff')
-rw-r--r-- | libraries/mxml/link_with_pthread.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/mxml/link_with_pthread.diff b/libraries/mxml/link_with_pthread.diff deleted file mode 100644 index e012a81cb8..0000000000 --- a/libraries/mxml/link_with_pthread.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- mxml-2.7.orig/Makefile.in 2012-06-14 20:05:40.319997357 -0700 -+++ mxml-2.7/Makefile.in 2012-06-14 20:23:52.961000179 -0700 -@@ -297,7 +297,7 @@ - - libmxml.so.1.5: $(LIBOBJS) - echo Creating $@... -- $(DSO) $(DSOFLAGS) -o libmxml.so.1.5 $(LIBOBJS) -+ $(DSO) $(DSOFLAGS) -o libmxml.so.1.5 $(LIBOBJS) $(LIBS) - $(RM) libmxml.so libmxml.so.1 - $(LN) libmxml.so.1.5 libmxml.so - $(LN) libmxml.so.1.5 libmxml.so.1 |