diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-12 20:56:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-12 20:56:55 +0000 |
commit | 8e7e899d310d96e02866a18bedd4983eee44ca9d (patch) | |
tree | 367a8c12b655a86a6a7590d2c3481200a7e243b1 /time | |
parent | 6676df772724e960a0b9429ab440d0398b53f5c8 (diff) | |
download | pkgsrc-8e7e899d310d96e02866a18bedd4983eee44ca9d.tar.gz |
Avoid unportable Imakefile construct that breaks with modular Xorg.
Diffstat (limited to 'time')
-rw-r--r-- | time/wmtime/distinfo | 3 | ||||
-rw-r--r-- | time/wmtime/patches/patch-ac | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/time/wmtime/distinfo b/time/wmtime/distinfo index 53dd44ce58f..f2993005f56 100644 --- a/time/wmtime/distinfo +++ b/time/wmtime/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2005/11/03 23:01:54 rillig Exp $ +$NetBSD: distinfo,v 1.6 2007/06/12 20:56:55 joerg Exp $ SHA1 (wmtime-1.0b2.tar.gz) = 2a66762d548b9f91415603e8d6a37cfacb9340ad RMD160 (wmtime-1.0b2.tar.gz) = f267f75237c111ed336521ca175688a33f1e171a Size (wmtime-1.0b2.tar.gz) = 20680 bytes SHA1 (patch-aa) = 8943b1da225f26110e52c00269e3e0c6a7651404 SHA1 (patch-ab) = e1e4203a219b0a0d539fc4426ec3d5424e9c3962 +SHA1 (patch-ac) = 31d864557165692350436e18c1cba61b95027c2c diff --git a/time/wmtime/patches/patch-ac b/time/wmtime/patches/patch-ac new file mode 100644 index 00000000000..045116d2003 --- /dev/null +++ b/time/wmtime/patches/patch-ac @@ -0,0 +1,20 @@ +$NetBSD: patch-ac,v 1.1 2007/06/12 20:56:56 joerg Exp $ + +--- wmtime/Imakefile.orig 2007-06-12 20:47:06.000000000 +0000 ++++ wmtime/Imakefile +@@ -3,10 +3,12 @@ DEPLIBS = $(DEPXLIB) + + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) + ++.PATH: ../wmgeneral ++ + SRCS = wmtime.c \ +- ../wmgeneral/wmgeneral.c \ +- ../wmgeneral/misc.c \ +- ../wmgeneral/list.c ++ wmgeneral.c \ ++ misc.c \ ++ list.c + + OBJS = wmtime.o \ + wmgeneral.o \ |