FreeBSD Bugzilla – Attachment 176648 Details for
Bug 214199
cad/netgen: fails to build with FFMPEG=on if multimedia/ffmpeg isn't installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
link with libswscale0
netgen.swscale0.diff (text/plain), 1.35 KB, created by
Jan Beich
on 2016-11-05 04:51:54 UTC
(
hide
)
Description:
link with libswscale0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-11-05 04:51:54 UTC
Size:
1.35 KB
patch
obsolete
>From 0f5103498ee4e3f78605a0a382f6191f91044d7f Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sat, 5 Nov 2016 04:21:11 +0000 >Subject: [2/2] cad/netgen: make sure to link against ffmpeg0 > >/usr/bin/ld: cannot find -lswscale > >PR: 214199 >Approved by: stephen >--- > cad/netgen/Makefile | 2 +- > cad/netgen/files/patch-configure | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile >index c5f332e..8a95990 100644 >--- a/cad/netgen/Makefile >+++ b/cad/netgen/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= netgen > PORTVERSION= 5.3.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= cad > MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:C|\.[[:digit:]]+$||}/ > >diff --git a/cad/netgen/files/patch-configure b/cad/netgen/files/patch-configure >index f060275..687b512 100644 >--- a/cad/netgen/files/patch-configure >+++ b/cad/netgen/files/patch-configure >@@ -161,7 +161,7 @@ > + enableval=$enable_ffmpeg; FFMPEG_INCLUDES="-DFFMPEG -D__STDC_CONSTANT_MACROS" > > - FFMPEG_LIBS="-lavutil -lavformat -lavcodec -lavutil -lswscale -lz -lbz2" >-+ FFMPEG_LIBS="-lavutil0 -lavformat0 -lavcodec0 -lavutil0 -lswscale -lz -lbz2" >++ FFMPEG_LIBS="-lavutil0 -lavformat0 -lavcodec0 -lavutil0 -lswscale0 -lz -lbz2" > > if test "$enableval" = yes; then ffmpegon=true; else ffmpegon=false; fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jbeich
:
maintainer-approval?
(
stephen
)
Actions:
View
|
Diff
Attachments on
bug 214199
:
176647
| 176648 |
176649