From ahze@blueheron.ahze.net  Fri Oct  8 14:26:24 2004
Return-Path: <ahze@blueheron.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 08E0416A4CE; Fri,  8 Oct 2004 14:26:24 +0000 (GMT)
Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5631D43D2F; Fri,  8 Oct 2004 14:26:23 +0000 (GMT)
	(envelope-from ahze@blueheron.ahze.net)
Received: from blueheron.ahze.net ([68.209.163.3])
          by imf21aec.mail.bellsouth.net
          (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP
          id <20041008142620.RZKZ1791.imf21aec.mail.bellsouth.net@blueheron.ahze.net>;
          Fri, 8 Oct 2004 10:26:20 -0400
Received: (from root@localhost)
	by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i98EQArO056611;
	Fri, 8 Oct 2004 10:26:10 -0400 (EDT)
	(envelope-from ahze)
Message-Id: <200410081426.i98EQArO056611@blueheron.ahze.net>
Date: Fri, 8 Oct 2004 10:26:10 -0400 (EDT)
From: Michael Johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lioux@freebsd.org
Subject: [PATCH] multimedia/openquicktime: [Fix build on 5.3]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72448
>Category:       ports
>Synopsis:       [PATCH] multimedia/openquicktime: [Fix build on 5.3]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 08 14:30:26 GMT 2004
>Closed-Date:    Thu Oct 14 22:09:28 GMT 2004
>Last-Modified:  Thu Oct 14 22:09:28 GMT 2004
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct  1 15:03:41 EDT
>Description:
- Fix build on 5.3

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- openquicktime-1.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/openquicktime/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	19 Sep 2004 02:54:58 -0000	1.11
+++ Makefile	8 Oct 2004 14:24:49 -0000
@@ -31,10 +31,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
-
 .ifndef(WITH_DEBUG)
 CONFIGURE_ARGS+=	--enable-debug=no
 .endif
@@ -45,6 +41,9 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure
+.if ${OSVERSION} >= 502126
+	@${REINPLACE_CMD} -e 's|-fpic||' ${WRKSRC}/configure
+.endif
 
 post-install:
 	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
--- openquicktime-1.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Fri Oct 8 15:37:38 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72448 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Thu Oct 14 22:09:27 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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