FreeBSD Bugzilla – Attachment 150814 Details for
Bug 196162
net/liveMedia ignores PREFIX [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
"Brute force" correct PREFIX in generated Makefiles after configure
liveMedia-prefix.patch (text/plain), 436 bytes, created by
Mikhail T.
on 2014-12-20 17:50:36 UTC
(
hide
)
Description:
"Brute force" correct PREFIX in generated Makefiles after configure
Filename:
MIME Type:
Creator:
Mikhail T.
Created:
2014-12-20 17:50:36 UTC
Size:
436 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 375010) >+++ Makefile (working copy) >@@ -28,6 +28,12 @@ > > .include <bsd.port.pre.mk> > >+.if "${PREFIX}" != "/usr/local" >+post-configure: >+ ${REINPLACE_CMD} -e 's,^PREFIX = /usr/local,PREFIX = "${PREFIX}",' \ >+ ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile >+.endif >+ > .if ${ARCH} == "amd64" || ${ARCH} == "ia64" > CFLAGS+= -fPIC > .else
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 196162
: 150814