Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 09:50:01 GMT
From:      Dominic Fandrey <LoN_Kamikaze@gmx.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/188375: [patch] net-im/pidgin-latex broken on systems without gcc
Message-ID:  <201405200950.s4K9o1Wa083780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188375; it has been noted by GNATS.

From: Dominic Fandrey <LoN_Kamikaze@gmx.de>
To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de
Cc:  
Subject: Re: ports/188375: [patch] net-im/pidgin-latex broken on systems without
 gcc
Date: Tue, 20 May 2014 11:45:25 +0200

 This is a multi-part message in MIME format.
 --------------090704080402020901050604
 Content-Type: text/plain; charset=ascii
 Content-Transfer-Encoding: 7bit
 
 Apparently the patch was committed, but with an additional Makefile
 change that breaks it for CC containing spaces.
 
 A fix is attached.
 
 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail? 
 
 
 
 --------------090704080402020901050604
 Content-Type: text/plain; charset=UTF-8;
  name="patch-ports-net-im-pidgin-latex.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-ports-net-im-pidgin-latex.txt"
 
 Index: net-im/pidgin-latex/Makefile
 ===================================================================
 --- net-im/pidgin-latex/Makefile	(revision 354619)
 +++ net-im/pidgin-latex/Makefile	(working copy)
 @@ -21,7 +21,6 @@
  USES=		gmake pkgconfig tar:bzip2
  USE_TEX=	latex
  USE_GNOME=	gtk20
 -MAKE_ARGS=	CC=${CC}
  
  PLIST_FILES=	lib/pidgin/LaTeX.so
  
 
 
 --------------090704080402020901050604--



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