FreeBSD Bugzilla – Attachment 115150 Details for
Bug 156901
[patch] devel/cmake breaks with CC containing spaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-ports-multimedia-mplayer.txt
patch-ports-multimedia-mplayer.txt (text/plain), 1.64 KB, created by
kamikaze
on 2011-09-11 12:35:37 UTC
(
hide
)
Description:
patch-ports-multimedia-mplayer.txt
Filename:
MIME Type:
Creator:
kamikaze
Created:
2011-09-11 12:35:37 UTC
Size:
1.64 KB
patch
obsolete
>diff -Nur multimedia/mplayer.orig/Makefile multimedia/mplayer/Makefile >--- multimedia/mplayer.orig/Makefile 2011-09-07 23:39:27.000000000 +0200 >+++ multimedia/mplayer/Makefile 2011-09-08 00:15:06.000000000 +0200 >@@ -259,6 +259,7 @@ > -e 's|-lbz2|/usr/lib/libbz2.so|' \ > -e 's|-L$$_prefix/lib|-L${LOCALBASE}/lib|' \ > -e 's|-I$$_prefix/include|-I${LOCALBASE}/include|' \ >+ -e 's,$$(echo $$ac_option | cut -d '\''='\'' -f 2),$${ac_option#*=},' \ > ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} > @${FIND} -E ${WRKSRC} -type f \ > -iregex ".*(configure|.sh|Makefile)" -print0 | \ >diff -Nur multimedia/mplayer.orig/Makefile.shared multimedia/mplayer/Makefile.shared >--- multimedia/mplayer.orig/Makefile.shared 2011-09-07 23:39:27.000000000 +0200 >+++ multimedia/mplayer/Makefile.shared 2011-09-07 23:42:38.000000000 +0200 >@@ -29,8 +29,8 @@ > CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ > PTHREAD_LIBS="${PTHREAD_LIBS}" \ > TMPDIR="${WRKSRC}" >-CONFIGURE_ARGS= --cc=${CC} \ >- --host-cc=${CC} \ >+CONFIGURE_ARGS= --cc="${CC}" \ >+ --host-cc="${CC}" \ > --disable-bitmap-font \ > --disable-liba52 > >diff -Nur multimedia/mencoder.orig/Makefile multimedia/mencoder/Makefile >--- multimedia/mencoder.orig/Makefile 2011-09-08 00:16:22.000000000 +0200 >+++ multimedia/mencoder/Makefile 2011-09-08 00:16:58.000000000 +0200 >@@ -158,6 +158,7 @@ > -e 's|-lbz2|/usr/lib/libbz2.so|' \ > -e 's|-L$$_prefix/lib|-L${LOCALBASE}/lib|' \ > -e 's|-I$$_prefix/include|-I${LOCALBASE}/include|' \ >+ -e 's,$$(echo $$ac_option | cut -d '\''='\'' -f 2),$${ac_option#*=},' \ > ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} > @${FIND} -E ${WRKSRC} -type f \ > -iregex ".*(configure|.sh|Makefile)" -print0 | \
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 156901
:
115134
|
115135
|
115136
|
115137
|
115138
|
115139
|
115140
|
115141
|
115142
|
115143
|
115144
|
115145
|
115146
|
115147
|
115148
|
115149
| 115150 |
115151
|
115152
|
115153
|
115154
|
115155
|
115156