Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 01:36:03 GMT
From:      Oliver Pinter <oliver.pntr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180750: ffmpeg build error when ICONV not set
Message-ID:  <201307230136.r6N1a3SJ086346@oldred.freebsd.org>
Resent-Message-ID: <201307230140.r6N1e0Is042162@freefall.freebsd.org>

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

>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@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@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@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:



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