Subject: Re: sysutils/xosview requires GNU make
To: None <pkgsrc-users@NetBSD.org>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-users
Date: 09/29/2007 12:08:01
--=-=-=


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

--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=xosview_Linux.patch
Content-Description: patch for Linux

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.

--=-=-=--