forked from pool/mingw64-runtime
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-runtime?expand=0&rev=20
This commit is contained in:
parent
bf22573554
commit
9acc158c7c
18
mingw-w64-runtime-1.0.1-vfw32mri.patch
Normal file
18
mingw-w64-runtime-1.0.1-vfw32mri.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
--- /dev/null 2011-10-07 06:39:46.212000000 +0200
|
||||||
|
+++ lib32/vfw32.mri 2011-07-23 10:50:40.000000000 +0200
|
||||||
|
@@ -0,0 +1,6 @@
|
||||||
|
+CREATE lib32/libvfw32.a
|
||||||
|
+ADDLIB lib32/libmsvfw32.a
|
||||||
|
+ADDLIB lib32/libavicap32.a
|
||||||
|
+ADDLIB lib32/libavifil32.a
|
||||||
|
+SAVE
|
||||||
|
+END
|
||||||
|
--- /dev/null 2011-10-07 06:39:46.212000000 +0200
|
||||||
|
+++ lib64/vfw32.mri 2011-07-23 10:50:40.000000000 +0200
|
||||||
|
@@ -0,0 +1,6 @@
|
||||||
|
+CREATE lib64/libvfw32.a
|
||||||
|
+ADDLIB lib64/libmsvfw32.a
|
||||||
|
+ADDLIB lib64/libavicap32.a
|
||||||
|
+ADDLIB lib64/libavifil32.a
|
||||||
|
+SAVE
|
||||||
|
+END
|
@ -15,6 +15,7 @@ Group: Development/Libraries
|
|||||||
URL: http://mingw-w64.sourceforge.net/
|
URL: http://mingw-w64.sourceforge.net/
|
||||||
Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-runtime-%{version}.tar.bz2
|
Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-runtime-%{version}.tar.bz2
|
||||||
Source100: %{name}-rpmlintrc
|
Source100: %{name}-rpmlintrc
|
||||||
|
Patch0: mingw-w64-runtime-1.0.1-vfw32mri.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -36,6 +37,7 @@ MinGW Win64 cross-compiler runtime, base libraries.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mingw-w64-runtime-%{version}
|
%setup -q -n mingw-w64-runtime-%{version}
|
||||||
|
%patch0 -p0
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user