From avleeuwen@piwebs.com  Tue Nov  9 21:46:07 2004
Return-Path: <avleeuwen@piwebs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 255DF16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Nov 2004 21:46:06 +0000 (GMT)
Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9A3D543D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Nov 2004 21:46:05 +0000 (GMT)
	(envelope-from avleeuwen@piwebs.com)
Received: (qmail 1093 invoked from network); 9 Nov 2004 21:46:03 -0000
Received: from unknown (HELO vincent.piwebs.com) (192.168.0.84)
  by winston.piwebs.com with SMTP; 9 Nov 2004 21:46:03 -0000
Message-Id: <1100036765.0@vincent.piwebs.com>
Date: Tue, 9 Nov 2004 22:46:05 +0100
From: "Arjan van Leeuwen" <avleeuwen@piwebs.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] fix multimedia/mjpegtools build on amd64
X-Send-Pr-Version: gtk-send-pr 0.4 
X-GNATS-Notify:

>Number:         73746
>Category:       ports
>Synopsis:       [PATCH] fix multimedia/mjpegtools build on amd64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 09 21:50:21 GMT 2004
>Closed-Date:    Fri Feb 25 23:51:35 GMT 2005
>Last-Modified:  Fri Feb 25 23:51:35 GMT 2005
>Originator:     Arjan van Leeuwen
>Release:        FreeBSD 6.0-CURRENT amd64
>Organization:
>Environment:


System: FreeBSD 6.0-CURRENT #4: Tue Nov  9 16:09:39 CET 2004
    root@vincent.piwebs.com:/usr/obj/usr/src/sys/VINCENT



>Description:


This patch, to be placed in mjpegtools/files/, fixes the build of mjpegtools on amd64 machines.


>How-To-Repeat:


Build mjpegtools on amd64.


>Fix:


--- patch-utils::Makefile.in begins here ---
--- utils/Makefile.in.orig	Tue Nov  9 22:37:34 2004
+++ utils/Makefile.in	Tue Nov  9 22:37:44 2004
@@ -56,7 +56,7 @@
 CCAS = @CCAS@
 CCASFLAGS = @CCASFLAGS@
 CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -fPIC
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@
--- patch-utils::Makefile.in ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux  
Responsible-Changed-By: ahze 
Responsible-Changed-When: Tue Nov 9 21:51:47 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer 


http://www.freebsd.org/cgi/query-pr.cgi?pr=73746 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Feb 25 23:51:27 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73746 
>Unformatted:
