summaryrefslogtreecommitdiff
path: root/wm/evilwm/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-22 20:30:27 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-22 20:30:27 +0000
commit5543ec7349c203d77bd8e655a10ce345c883173a (patch)
treec546de6c1d10669df667ec61be334cad3c16815e /wm/evilwm/Makefile
parent915fd0ce04c5b0622b9a48f662b9959b410620e6 (diff)
downloadpkgsrc-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/Makefile3
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/}