FreeBSD Bugzilla – Attachment 147022 Details for
Bug 193438
devel/bullet: Build with -fPIC (fixes linking with efl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add CXXFLAGS+=-fPIC
bullet.diff (text/plain), 508 bytes, created by
Grzegorz Blach
on 2014-09-07 18:10:03 UTC
(
hide
)
Description:
Add CXXFLAGS+=-fPIC
Filename:
MIME Type:
Creator:
Grzegorz Blach
Created:
2014-09-07 18:10:03 UTC
Size:
508 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 366459) >+++ Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= bullet > PORTVERSION= 2.82 > CATEGORIES= devel >-PORTREVISION= 1 >+PORTREVISION= 2 > MASTER_SITES= GOOGLE_CODE > DISTNAME= ${PORTNAME}-${PORTVERSION}-${SVN_COMMIT} > >@@ -19,6 +19,7 @@ > USES= cmake tar:tgz > > CPPFLAGS+= -I${LOCALBASE}/include >+CXXFLAGS+= -fPIC > LDFLAGS+= -pthread > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-${SVN_COMMIT}
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
Flags:
koobs
:
maintainer-approval?
(
acm
)
Actions:
View
|
Diff
Attachments on
bug 193438
: 147022 |
147053