pkgsrc-Bugs archive

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

Re: pkg/44916: graphics/gnuplot build failure due to missing .include ../../lang/lua/buildlink3.mk



The following reply was made to PR pkg/44916; it has been noted by GNATS.

From: Matthias Rampke <matthias.rampke%googlemail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/44916: graphics/gnuplot build failure due to missing
 .include ../../lang/lua/buildlink3.mk
Date: Fri, 29 Apr 2011 10:48:59 +0200

 Oh gnats, why can't you handle attachments? Here's the patch again: 
 
 diff --git a/graphics/gnuplot/options.mk b/graphics/gnuplot/options.mk
 index fc60a72..7697de2 100644
 --- a/graphics/gnuplot/options.mk
 +++ b/graphics/gnuplot/options.mk
 @@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.2 2011/02/08 13:13:41 adam Exp $
 
 PKG_OPTIONS_VAR= PKG_OPTIONS.gnuplot
 -PKG_SUPPORTED_OPTIONS= gd pdf x11
 +PKG_SUPPORTED_OPTIONS= gd lua pdf x11
 PKG_SUGGESTED_OPTIONS= gd x11
 
 .include "../../mk/bsd.options.mk"
 @@ -12,6 +12,12 @@ PLIST_VARS+= x11
 .include "../../graphics/gd/buildlink3.mk"
 .endif
 
 +.if !empty(PKG_OPTIONS:Mlua)
 +.include "../../lang/lua/buildlink3.mk"
 +.else
 +CONFIGURE_ARGS+= --without-lua
 +.endif
 +
 # PDF output is also provided by cairo
 .if !empty(PKG_OPTIONS:Mpdf)
 CONFIGURE_ARGS+= --with-pdf
 
 
 


Home | Main Index | Thread Index | Old Index