FreeBSD Bugzilla – Attachment 64694 Details for
Bug 96102
Maintainer update: www/opal fix build error on amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 625 bytes, created by
Jean-Baptiste Quenot
on 2006-04-20 15:40:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Baptiste Quenot
Created:
2006-04-20 15:40:14 UTC
Size:
625 bytes
patch
obsolete
>diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/opal/Makefile ./Makefile >--- /usr/ports/net/opal/Makefile Wed Apr 12 00:11:02 2006 >+++ ./Makefile Thu Apr 20 16:32:11 2006 >@@ -35,6 +35,11 @@ > > .if ${OSVERSION} < 500000 > BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER} >+.endif >+ >+# Avoid build error on amd64: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC >+.if (${ARCH} == "amd64") >+CFLAGS+= -fPIC > .endif > > .ifdef (WITH_FFMPEG)
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 96102
: 64694