FreeBSD Bugzilla – Attachment 112174 Details for
Bug 153540
[patch] multimedia/ffmpeg: respect STRIP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 1.04 KB, created by
swell.k
on 2010-12-30 10:10:08 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-12-30 10:10:08 UTC
Size:
1.04 KB
patch
obsolete
>Index: multimedia/ffmpeg/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/multimedia/ffmpeg/Makefile,v >retrieving revision 1.121 >diff -u -p -r1.121 Makefile >--- multimedia/ffmpeg/Makefile 29 Dec 2010 21:41:36 -0000 1.121 >+++ multimedia/ffmpeg/Makefile 30 Dec 2010 09:50:52 -0000 >@@ -91,8 +91,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ > --cc="${CC}" \ > --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ > --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ >- --extra-libs="${PTHREAD_LIBS}" \ >- --disable-debug >+ --extra-libs="${PTHREAD_LIBS}" > SHLIB_VER= 1 > PLIST_SUB= SHLIB_VER=${SHLIB_VER} > USE_LDCONFIG= yes >@@ -109,6 +108,14 @@ DOC_DOCFILES= APIchanges TODO avutil.txt > snow.txt soc.txt swscale.txt tablegen.txt viterbi.txt > PORTDOCS= * > >+.if !defined(WITH_DEBUG) >+CONFIGURE_ARGS+= --disable-debug >+.endif >+ >+.if !defined(STRIP) || ${STRIP} == "" >+CONFIGURE_ARGS+= --disable-stripping >+.endif >+ > .if !defined(WITHOUT_CPUDETECT) > CONFIGURE_ARGS+= --enable-runtime-cpudetect > .endif
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
Actions:
View
|
Diff
Attachments on
bug 153540
: 112174