diff options
author | sborrill <sborrill@pkgsrc.org> | 2008-06-27 12:06:09 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2008-06-27 12:06:09 +0000 |
commit | 2f5bb93c646c1d211a9092b493ef003d92ffa271 (patch) | |
tree | 04db4bb1a541117e4e363a59da71e5cd9bc024a7 /emulators/wine/Makefile | |
parent | e182ae20700a47a9360a90c7579d652cc14cd967 (diff) | |
download | pkgsrc-2f5bb93c646c1d211a9092b493ef003d92ffa271.tar.gz |
Bump PKGREVISION for addition of patch-bb:
__errno and ___errno overrides must exist, so #undef them rather than
not overriding at all on NetBSD.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 526eb8060f3..4d1da37c0f0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.145 2008/06/27 02:53:21 jmcneill Exp $ +# $NetBSD: Makefile,v 1.146 2008/06/27 12:06:09 sborrill Exp $ DISTNAME= wine-1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |