wok-next rev 21122
wxwidgets, wxwidgets28: force arch
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 14 11:48:25 2019 +0200 (2019-01-14) |
parents | 80c115184401 |
children | 262dccc5e3ed |
files | wxwidgets/receipt wxwidgets28/receipt |
line diff
1.1 --- a/wxwidgets/receipt Mon Jan 14 05:10:43 2019 +0200 1.2 +++ b/wxwidgets/receipt Mon Jan 14 11:48:25 2019 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 TARBALL="wxWidgets-$VERSION.tar.bz2" 1.6 WGET_URL="https://github.com/wxWidgets/wxWidgets/releases/download/v$VERSION/$TARBALL" 1.7 -TARBALL_SHA1="" 1.8 +TARBALL_SHA1="246561a73ec5b9a5a7aaaaed46b64515dc9039ab" 1.9 1.10 BUILD_DEPENDS="zlib-dev libpng-dev libjpeg-turbo-dev tiff-dev xz-dev expat-dev \ 1.11 gtk2-dev glib-dev xorg-libXxf86vm-dev libsm-dev mesa-dev glu-dev sdl2-dev \ 1.12 @@ -21,6 +21,8 @@ 1.13 libjpeg-turbo libnotify libpng libsdl2 libsm libtiff libx11 libxxf86vm mesa \ 1.14 pango python zlib" 1.15 1.16 +COOKOPTS="force-arch" # different setup.h 1.17 + 1.18 compile_rules() { 1.19 ./configure \ 1.20 --with-sdl \
2.1 --- a/wxwidgets28/receipt Mon Jan 14 05:10:43 2019 +0200 2.2 +++ b/wxwidgets28/receipt Mon Jan 14 11:48:25 2019 +0200 2.3 @@ -23,6 +23,8 @@ 2.4 COPY_std="wxrc wxrc-2.8 *.so* *.bkl" 2.5 COPY_dev="@dev config/ wx-config" 2.6 2.7 +COOKOPTS="force-arch" # different configs, setup.h 2.8 + 2.9 compile_rules() { 2.10 ./configure \ 2.11 --with-sdl \