FreeBSD Bugzilla – Attachment 127458 Details for
Bug 171294
[PATCH] multimedia/mlt: Fix hardcoded gcc in configure.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mlt.diff
mlt.diff (text/plain), 759 bytes, created by
christian.mangin
on 2012-09-03 22:00:22 UTC
(
hide
)
Description:
mlt.diff
Filename:
MIME Type:
Creator:
christian.mangin
Created:
2012-09-03 22:00:22 UTC
Size:
759 bytes
patch
obsolete
>diff -ruN mlt.orig/files/patch-src__framework__configure mlt/files/patch-src__framework__configure >--- mlt.orig/files/patch-src__framework__configure 1969-12-31 19:00:00.000000000 -0500 >+++ mlt/files/patch-src__framework__configure 2012-09-03 12:01:27.865757930 -0400 >@@ -0,0 +1,11 @@ >+--- src/framework/configure.orig 2012-09-03 11:59:50.351757099 -0400 >++++ src/framework/configure 2012-09-03 12:00:10.426758081 -0400 >+@@ -4,7 +4,7 @@ >+ echo > config.mak >+ if [ "$(uname -s)" = "FreeBSD" ] >+ then >+- printf "#include <sys/param.h>\n int main(){ return 0;}" | gcc -c -x c - >/dev/null 2>&1 >++ printf "#include <sys/param.h>\n int main(){ return 0;}" | ${CC} -c -x c - >/dev/null 2>&1 >+ [ "$?" -eq 0 ] && echo "HAVE_SYS_PARAM_H=1" >> config.mak >+ fi >+ exit 0
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 171294
: 127458