Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258998 Details for
Bug 350764
dev-libs/ntl needs a fix for OS X
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to have correct linking on OS X
ntl-5.5.2-macos.patch (text/plain), 608 bytes, created by
François Bissey
on 2011-01-06 03:17:26 UTC
(
hide
)
Description:
patch to have correct linking on OS X
Filename:
MIME Type:
Creator:
François Bissey
Created:
2011-01-06 03:17:26 UTC
Size:
608 bytes
patch
obsolete
>--- src/mfile.orig 2010-12-20 13:56:59.000000000 +1300 >+++ src/mfile 2010-12-20 14:02:20.000000000 +1300 >@@ -574,5 +574,5 @@ > > > shared: DIRNAME $(SHOBJ) >- $(LINK_CXX) $(PICFLAG) -shared -Wl,-soname,lib`cat DIRNAME`.so -o lib`cat DIRNAME`.so $(SHOBJ) $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB) >- ln -s lib`cat DIRNAME`.so libntl.so >+ $(LINK_CXX) $(PICFLAG) -dynamiclib -o lib`cat DIRNAME`.dylib -install_name $(EPREFIX)/usr/$(LIBDIR)/lib`cat DIRNAME`.dylib $(SHOBJ) $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB) >+ ln -s lib`cat DIRNAME`.dylib libntl.dylib
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 350764
: 258998