wine: drop dependency gcc48

This commit is contained in:
Danny Rawlins 2016-06-09 15:43:56 +10:00
parent 19e5d58302
commit 04a451ed8e

View File

@ -2,12 +2,11 @@
# URL: http://www.winehq.com/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Daniel Walpole, daniel at walpole dot id dot au
# Depends on:fontconfig-32 freeglut-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32 xorg-libxxf86dga-32 alsa-lib-32 libpng-32 libjpeg-turbo-32 prelink gnutls-32 gcc48
# Optional: gcc48-ccache-bindings
# Depends on:fontconfig-32 freeglut-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32 xorg-libxxf86dga-32 alsa-lib-32 libpng-32 libjpeg-turbo-32 prelink gnutls-32
name=wine
version=1.9.11
release=1
release=2
source=(http://dl.winehq.org/wine/source/1.9/$name-$version.tar.bz2
http://dl.winehq.org/wine/wine-gecko/2.44/wine_gecko-2.44-x86.msi
http://dl.winehq.org/wine/wine-gecko/2.44/wine_gecko-2.44-x86_64.msi
@ -18,10 +17,6 @@ build() {
export CPPFLAGS="${CPPFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
# https://bugs.archlinux.org/task/48054
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69140
export CC='gcc-4.8' CXX='g++-4.8'
cd wine64
../$name-$version/configure \