Subject: Linux: fix for wm/qvwm
To: None <pkgsrc-users@NetBSD.org>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-users
Date: 09/29/2007 13:22:25
--=-=-=
Under Linux wm/qvwm fails like this:
http://www.mova.org/~cheusov/pub/pkgsrc-pbulk/Debian-etch/current/log/20070928.1243/qvwm-1.1.12nb7/configure.log
Patch:
--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=qvwm_lex.patch
Content-Description: patch for Linux
? README.html
? qvwm_lexyacc.patch
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/qvwm/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile 13 Jan 2007 16:09:13 -0000 1.31
+++ Makefile 29 Sep 2007 10:19:39 -0000
@@ -12,7 +12,8 @@
COMMENT= Windows 95/98/NT like window manager for X11
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake rm
+USE_TOOLS+= gmake rm lex
+
CONFIGURE_ENV+= PATH_RM=${TOOLS_RM:Q}
USE_LANGUAGES= c c++
--=-=-=
--
Best regards, Aleksey Cheusov.
--=-=-=--