diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-22 20:30:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-22 20:30:27 +0000 |
commit | 5543ec7349c203d77bd8e655a10ce345c883173a (patch) | |
tree | c546de6c1d10669df667ec61be334cad3c16815e /wm/evilwm/Makefile | |
parent | 915fd0ce04c5b0622b9a48f662b9959b410620e6 (diff) | |
download | pkgsrc-5543ec7349c203d77bd8e655a10ce345c883173a.tar.gz |
Bring patch from development version to fix a race condition on old machines.
While here, avoid passing gcc specific flags to the compiler.
Bump PKGREVISION to 1. From Jonathan Perkin in PR pkg/22897.
Diffstat (limited to 'wm/evilwm/Makefile')
-rw-r--r-- | wm/evilwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index b452c5ebc8b..73cb5af165b 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/09/16 19:23:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/22 20:30:27 jmmv Exp $ # DISTNAME= evilwm_0.99.15.orig PKGNAME= ${DISTNAME:S/.orig//:S/_/-/} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evilwm/} |