pkgsrc-Users archive

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

Re: sysutils/xosview requires GNU make



 >> http://www.mova.org/~cheusov/pub/pkgsrc-pbulk/Debian-etch/current/log/20070928.1243/xosview-1.8.3nb1/build.log
 >> 
 >> Can anybody add
 >> 
 >>    USE_TOOLS=  gmake
 >> 
 >> to Makefile to fix this failure?

> Please send a diff.
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/sysutils/xosview/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile    7 Jan 2007 09:14:13 -0000       1.62
+++ Makefile    29 Sep 2007 09:06:48 -0000
@@ -12,6 +12,7 @@
 
 USE_X11BASE=           YES
 USE_LANGUAGES=         c c++
+USE_TOOLS=             gmake
 
 HAS_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
> OPSYS is Linux?
I'm not sure that future versions of xosview will not use gmake also for
BSDs. IMHO it is better to not use OPSYS here.

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index