diff options
author | 2010-12-25 12:07:27 +0000 | |
---|---|---|
committer | 2010-12-25 12:07:27 +0000 | |
commit | 5a04df32d64aee2e401be163e88f1e62260669b7 (patch) | |
tree | b993537b5f2fd621ec80c1e4f5a80d469bd609bd /dev-libs/ntl/files | |
parent | bump dbus dep (diff) | |
download | gentoo-2-5a04df32d64aee2e401be163e88f1e62260669b7.tar.gz gentoo-2-5a04df32d64aee2e401be163e88f1e62260669b7.tar.bz2 gentoo-2-5a04df32d64aee2e401be163e88f1e62260669b7.zip |
Bump EAPI=3 for Prefix, add support for Darwin, marked ~x86-linux, ~amd64-linux and ~ppc-macos, bug #341989
(Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-libs/ntl/files')
-rw-r--r-- | dev-libs/ntl/files/ntl-5.5.2-shared.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/ntl/files/ntl-5.5.2-shared.patch b/dev-libs/ntl/files/ntl-5.5.2-shared.patch index cd832792e0d1..1ddd74507cf5 100644 --- a/dev-libs/ntl/files/ntl-5.5.2-shared.patch +++ b/dev-libs/ntl/files/ntl-5.5.2-shared.patch @@ -153,10 +153,14 @@ rm -rf small @{LSHAR} - $(LIBTOOL) --mode=clean rm -f libntl.la *.lo #LSHAR -@@ -549,3 +597,6 @@ +@@ -549,3 +597,10 @@ -+shared: DIRNAME $(SHOBJ) ++sharedso: 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 ++ ++shareddylib: DIRNAME $(SHOBJ) ++ $(LINK_CXX) $(PICFLAG) -dynamiclib -install_name $(LIBDIR)/lib`cat DIRNAME`.dylib -o 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 |