Skip site navigation (1)Skip section navigation (2)
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:   ports/73746: [PATCH] fix multimedia/mjpegtools build on amd64
Message-ID:  <1100036765.0@vincent.piwebs.com>
Resent-Message-ID: <200411092150.iA9LoL69020301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73746
>Category:       ports
>Synopsis:       [PATCH] fix multimedia/mjpegtools build on amd64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 09 21:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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