Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 17:11:54 +1100
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Jeremy Messenger <mezz7@cox.net>
Cc:        cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/graphics/librsvg2 Makefile
Message-ID:  <20051229061154.GB3807@k7.mavetju>
In-Reply-To: <op.s2i660pg9aq2h7@mezz.mezzweb.com>
References:  <200512290138.jBT1cREu093693@repoman.freebsd.org> <op.s2i51hlq9aq2h7@mezz.mezzweb.com> <20051229054645.GG3805@k7.mavetju> <op.s2i6xpm59aq2h7@mezz.mezzweb.com> <op.s2i660pg9aq2h7@mezz.mezzweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Okay, the mozilla plugins isn't complete broke. I just have to do is to  
> use WITH_MOZILLA_PLUGIN=yes to pass the build because of post-patch. The  
> new change is forcing me to enable mozilla plugins to pass the build when  
> I have Mozilla and Firefox installed, which I don't want to have plugins  
> enable.

Can you see if this patch overcomes the problem?

RCS file: /home/pcvs/ports/graphics/librsvg2/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile    29 Dec 2005 01:38:27 -0000      1.49
+++ Makefile    29 Dec 2005 06:07:02 -0000
@@ -60,6 +60,7 @@
 PLIST_SUB+=    PLUGIN=""
 .else
 
+CONFIGURE_ARGS+=--enable-mozilla-plugin=no
 PLIST_SUB+=    PLUGIN="@comment "
 .endif
 .else



Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051229061154.GB3807>