]> git.pld-linux.org Git - packages/bin86.git/blobdiff - bin86.spec
- fix building on x86_64
[packages/bin86.git] / bin86.spec
index b00b66692148cc0c543612fd78812b3f5cda4c19..b4f0172289597b04aea8739ebc2cf967d7bfd3e7 100644 (file)
@@ -7,11 +7,12 @@ Summary(pt_BR.UTF-8): Assembler e Linker para modo real 80x86
 Summary(tr.UTF-8):     Gerçek kip 80x86 çeviricisi ve bağlayıcısı
 Name:          bin86
 Version:       0.16.18
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages
 Source0:       http://www.debath.co.uk/dev86/%{name}-%{version}.tar.gz
 # Source0-md5: 914068fb649b93642d1cf21857b75699
+Patch0:                %{name}-x64.patch
 URL:           http://www.debath.co.uk/
 Obsoletes:     dev86
 ExclusiveArch: %{ix86} %{x8664}
@@ -60,6 +61,9 @@ programlar, bu pakete gereksinim duyarlar.
 
 %prep
 %setup -q
+%ifarch %{x8664}
+%patch0 -p1
+%endif
 
 %build
 %{__make} \
This page took 0.109689 seconds and 4 git commands to generate.