ports/180750: ffmpeg build error when ICONV not set

Oliver Pinter oliver.pntr at gmail.com
Tue Jul 23 01:40:01 UTC 2013


>Number:         180750
>Category:       ports
>Synopsis:       ffmpeg build error when ICONV not set
>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 Jul 23 01:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Pinter
>Release:        FreeBSD 9.2-BETA1
>Organization:
>Environment:
FreeBSD pandora-d 9.2-BETA1 FreeBSD 9.2-BETA1 #16 r+04ab1d1: Sun Jul 21 15:23:37 CEST 2013     root at pandora-d:/usr/obj/usr/src/sys/STABLE  amd64
>Description:
ffmpeg build error when ICONV not set
>How-To-Repeat:
cd /usr/ports/*/ffmpeg1
make config
# disable ICONV
make
>Fix:
see the attached patch

Patch attached with submission follows:

>From 0c148a961cc36ac1c8e49f31390bf7d6386b89df Mon Sep 17 00:00:00 2001
From: Oliver Pinter <oliver.pntr at gmail.com>
Date: Tue, 23 Jul 2013 03:26:05 +0200
Subject: [PATCH] fix ffmpeg1 build when ICONV not set

Signed-off-by: Oliver Pinter <oliver.pntr at gmail.com>
---
 multimedia/ffmpeg1/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/multimedia/ffmpeg1/Makefile b/multimedia/ffmpeg1/Makefile
index 5f7bd95..4de681e 100644
--- a/multimedia/ffmpeg1/Makefile
+++ b/multimedia/ffmpeg1/Makefile
@@ -276,8 +276,6 @@ CONFIGURE_ARGS+=	--disable-libgsm
 .if ${PORT_OPTIONS:MICONV}
 USES+=	iconv
 CONFIGURE_ARGS+=	--enable-iconv
-.else
-CONFIGURE_ARGS+=	--disable-libiconv
 .endif
 
 # lame
-- 
1.8.3.3



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


More information about the freebsd-ports-bugs mailing list