pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Linux: fix for wm/qvwm



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:

? 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.


Home | Main Index | Thread Index | Old Index