diff options
author | reinoud <reinoud@pkgsrc.org> | 2008-01-09 17:46:41 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2008-01-09 17:46:41 +0000 |
commit | 5252a9b61de2d38b60b66646f10af03955aa0db5 (patch) | |
tree | 11fd23f9eaddfd2e6118039cfd90e657b89f2d67 /emulators/wine/Makefile | |
parent | f1a4f6666effc13b790ba7ae404e16a0e3340231 (diff) | |
download | pkgsrc-5252a9b61de2d38b60b66646f10af03955aa0db5.tar.gz |
Fix wine directory reading correctly.
patch-ac was wrong since __NetBSD_Version should have been
__NetBSD_Version__. Also the NetBSD compat getdirentries() returned struct
dirent12s having 32 bit ino_t and not the included struct dirent having 64
bit ino_t.
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 e68285b8f9d..2c397302fa1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.139 2007/10/14 13:01:05 rillig Exp $ +# $NetBSD: Makefile,v 1.140 2008/01/09 17:46:41 reinoud Exp $ DISTNAME= wine-0.9.44 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |