diff options
author | wiz <wiz> | 2006-10-21 08:22:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-10-21 08:22:54 +0000 |
commit | f9864844af5b522e43d76942f649064d6609c9c9 (patch) | |
tree | a56a2c4e535cfe22a6b4dbe007c5acd1650edebd /emulators/wine/Makefile | |
parent | ec7dab7648214fe40eb216bff3618c249c822618 (diff) | |
download | pkgsrc-f9864844af5b522e43d76942f649064d6609c9c9.tar.gz |
Add patch to make this compile a bit further on amd64. It now fails in
oaidl_p.c:11403:2: error: #error Invalid build platform for this stub.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 12ae09dcc3a..967a454668b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2006/10/18 20:37:21 adam Exp $ +# $NetBSD: Makefile,v 1.116 2006/10/21 08:22:54 wiz Exp $ DISTNAME= wine-0.9.23 CATEGORIES= emulators @@ -14,6 +14,7 @@ BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= FreeBSD-*-i386 Linux-*-i386 SunOS-*-i386 Darwin-*-i386 +ONLY_FOR_PLATFORM+= *-*-x86_64 WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} USE_DIRS+= xdg-1.1 |