Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 16:40:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 249241] multimedia/avidemux: update to 2.7.6
Message-ID:  <bug-249241-12827-gIep2M3dur@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249241-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249241

--- Comment #3 from VVD <vvd@unislabs.com> ---
(In reply to Lars Herschke from comment #2)
I'm working on it just now. :-D

You removed
multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-configure.patch,
but this is better way: 
--- avidemux_core/ffmpeg_package/patches/configure.patch.orig
+++ avidemux_core/ffmpeg_package/patches/configure.patch
@@ -0,0 +1,11 @@
+--- configure.orig
++++ configure
+@@ -3671,6 +3671,8 @@
+     arch_default=$(uname -p)
+     strip_default="strip -X32_64"
+     nm_default="nm -g -X32_64"
++elif test "$target_os_default" = freebsd; then
++    arch_default=$(uname -p)
+ else
+     arch_default=$(uname -m)
+ fi

You can just replace current file
multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-configure.patch
with this and make full patch again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

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