ports/188375: [patch] net-im/pidgin-latex broken on systems without gcc
Dominic Fandrey
kamikaze at bsdforen.de
Tue Apr 8 10:20:02 UTC 2014
>Number: 188375
>Category: ports
>Synopsis: [patch] net-im/pidgin-latex broken on systems without gcc
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 08 10:20:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Dominic Fandrey
>Release: stable/10
>Organization:
private
>Environment:
FreeBSD AprilRyan.norad 10.0-STABLE FreeBSD 10.0-STABLE #0 r264134: Fri Apr 4 23:28:42 CEST 2014 root at AprilRyan.norad:/usr/obj/S403/amd64/usr/src/sys/S403 amd64
>Description:
The plugin Makefile has CC:=gcc hard-coded.
>How-To-Repeat:
Try to build on a FreeBSD 10 or newer system.
>Fix:
Patch attached with submission follows:
Index: net-im/pidgin-latex/files/patch-Makefile
===================================================================
--- net-im/pidgin-latex/files/patch-Makefile (revision 0)
+++ net-im/pidgin-latex/files/patch-Makefile (working copy)
@@ -0,0 +1,10 @@
+--- Makefile.orig 2014-04-08 12:11:00.000000000 +0200
++++ Makefile 2014-04-08 12:11:13.000000000 +0200
+@@ -22,7 +22,6 @@
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ #
+
+-CC := gcc
+ LIBTOOL := libtool
+
+ ifeq ($(PREFIX),)
Property changes on: net-im/pidgin-latex/files/patch-Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list