ports/66723: [MAINTAINER] audio/faad2: [fix install]

michael johnson ahze at ahze.net
Mon May 17 03:30:10 UTC 2004


>Number:         66723
>Category:       ports
>Synopsis:       [MAINTAINER] audio/faad2: [fix install]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 16 20:30:08 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- fix install if WITHOUT_MPEG4IP is defined but you have it installed.


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

--- faad2-2.0_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/faad/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	14 May 2004 13:06:33 -0000	1.16
+++ Makefile	17 May 2004 03:25:42 -0000
@@ -91,7 +91,7 @@
 			${REINPLACE_CMD} -e \
 				's|-O2|${CFLAGS}|'
 post-install:
-.if defined(WITHOUT_MPEG4IP)
+.if defined(WITHOUT_MPEG4IP) && !defined(WITH_MP4V2)
 	@${INSTALL_DATA} ${WRKSRC}/common/mp4v2/systems.h ${PREFIX}/include
 .endif
 
--- faad2-2.0_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list