From dcd7cf37cac2489d36adb5a219ce6f78481e8c5a Mon Sep 17 00:00:00 2001 From: wiedi Date: Mon, 24 Feb 2014 12:36:27 +0000 Subject: larsmenu also needs to link XLIB --- wm/larswm/distinfo | 3 ++- wm/larswm/patches/patch-Imakefile | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 wm/larswm/patches/patch-Imakefile (limited to 'wm/larswm') diff --git a/wm/larswm/distinfo b/wm/larswm/distinfo index 19dd0e8654f..74e59d52ae7 100644 --- a/wm/larswm/distinfo +++ b/wm/larswm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/06/16 12:53:42 hira Exp $ +$NetBSD: distinfo,v 1.6 2014/02/24 12:36:27 wiedi Exp $ SHA1 (larswm-7.5.3.tar.gz) = 5a79861f5e052a785fbd498eafe532799390a756 RMD160 (larswm-7.5.3.tar.gz) = bfc777b88b8bd783c1f1ce12ab2128c167fe5cb3 @@ -9,5 +9,6 @@ Size (keyboard_refcard.pdf) = 3861 bytes SHA1 (mouse_refcard.pdf) = df0e4cdad3d320f7395755e23d379cc047075372 RMD160 (mouse_refcard.pdf) = 7dd33ecbb66bd715f69606ef1e93068f02b50e0d Size (mouse_refcard.pdf) = 3332 bytes +SHA1 (patch-Imakefile) = 5788e841e77f7146e030835a9642b293b47c13fe SHA1 (patch-aa) = 8ab134d48754c071688bce9120248214cb3bf989 SHA1 (patch-ab) = 5d5808f577901263f293160fc08c22b6104bcfa4 diff --git a/wm/larswm/patches/patch-Imakefile b/wm/larswm/patches/patch-Imakefile new file mode 100644 index 00000000000..b306b301065 --- /dev/null +++ b/wm/larswm/patches/patch-Imakefile @@ -0,0 +1,11 @@ +$NetBSD: patch-Imakefile,v 1.1 2014/02/24 12:36:27 wiedi Exp $ + +larsmenu also needs to link XLIB +--- Imakefile.orig 2004-06-29 00:59:06.000000000 +0000 ++++ Imakefile +@@ -17,4 +17,4 @@ OBJS4 = larsmenu.o + ComplexProgramTarget_1(larswm, $(XLIB), NullParameter) + ComplexProgramTarget_2(larsremote, $(XLIB), NullParameter) + ComplexProgramTarget_3(larsclock, $(XLIB), NullParameter) +-ComplexProgramTarget_4(larsmenu, $(XMULIB), NullParameter) ++ComplexProgramTarget_4(larsmenu, $(XLIB) $(XMULIB), NullParameter) -- cgit v1.2.3