annotate src/mman-win32-1-include_name_change.patch @ 6234:97c5f8da5036 release

* src/librsb.mk: update to 1.2.0.11
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 May 2022 12:24:32 +0200
parents 5aba05f2226e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3629
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 This file is part of MXE.
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 See index.html for further information.
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 diff -urN mman-win32-master/Makefile mman-win32-master-patch/Makefile
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 --- mman-win32-master/Makefile 2013-04-23 07:36:23.000000000 +0300
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 +++ mman-win32-master-patch/Makefile 2014-01-05 14:24:31.793744239 +0200
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 @@ -25,7 +25,7 @@
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 mkdir -p $(DESTDIR)$(libdir)
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 cp libmman.a $(DESTDIR)$(libdir)
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 mkdir -p $(DESTDIR)$(incdir)
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 - cp mman.h $(DESTDIR)$(incdir)
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 + cp mman.h $(DESTDIR)$(incdir)/mman-win32.h
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 lib-install:
5aba05f2226e update xine-lib, add mman-win32
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 mkdir -p $(DESTDIR)$(libdir)