tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: wip/task
On 2015-08-28, atomicules wrote:
> On 28-Aug-2015 22:40:56, atomicules wrote:
> >I'll go and have a search and a read of pkgsrc docs, but just in case
> >someone can answer this quicker...
>
> Ah... GCC_REQD seems to be what's required in the Makefile. But if I put
> this as 4.7 it still tries to install 4.7 even though I have 4.9 installed.
> So I might need to do a bit more searching yet.
Did you try something like the patch below? I defer to the other replies,
but this change does not seem to pull in gcc-4.7 for me (I have gcc-4.8.4
nb2 in the base system).
--
Kind regards,
Yorick Hardy
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/task/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile 10 Aug 2015 21:16:48 -0000 1.16
+++ Makefile 30 Aug 2015 17:39:12 -0000
@@ -13,6 +13,8 @@
USE_CMAKE= yes
USE_LANGUAGES= c c++
+GCC_REQD+= 4.7
+
PKG_OPTIONS_VAR= PKG_OPTIONS.task
PKG_SUPPORTED_OPTIONS= lua
PKG_SUGGESTED_OPTIONS= lua
Home |
Main Index |
Thread Index |
Old Index