public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib/files: freebsd-lib-6.2-as-needed.patch
@ 2007-09-14  7:50 Roy Marples (uberlord)
  0 siblings, 0 replies; only message in thread
From: Roy Marples (uberlord) @ 2007-09-14  7:50 UTC (permalink / raw
  To: gentoo-commits

uberlord    07/09/14 07:50:41

  Added:                freebsd-lib-6.2-as-needed.patch
  Log:
  Sync some --as-needed patches from upstream.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.1                  sys-freebsd/freebsd-lib/files/freebsd-lib-6.2-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-6.2-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-6.2-as-needed.patch?rev=1.1&content-type=text/plain

Index: freebsd-lib-6.2-as-needed.patch
===================================================================
This enables --as-needed to work fully on FreeBSD.
This can be pulled for FreeBSD-7.

diff -ur lib.orig/libmp/Makefile lib/libmp/Makefile
--- lib.orig/libmp/Makefile	2007-09-14 07:40:20 +0100
+++ lib/libmp/Makefile	2007-09-14 07:44:49 +0100
@@ -2,6 +2,8 @@
 
 LIB=		mp
 SHLIB_MAJOR=	5
+DPADD=		${LIBCRYPTO}
+LDADD=		-lcrypto
 MAN=		libmp.3
 INCS=		mp.h
 SRCS=		mpasbn.c
diff -ur lib.orig/libncp/Makefile lib/libncp/Makefile
--- lib.orig/libncp/Makefile	2007-09-14 07:40:20 +0100
+++ lib/libncp/Makefile	2007-09-14 07:44:49 +0100
@@ -5,6 +5,8 @@
 LIB=		ncp
 
 SHLIB_MAJOR=	2
+DPADD=		${LIBIPX}
+LDADD=		-lipx
 
 NO_MAN=
 
diff -ur lib.orig/libsmb/Makefile lib/libsmb/Makefile
--- lib.orig/libsmb/Makefile	2007-09-14 07:40:20 +0100
+++ lib/libsmb/Makefile	2007-09-14 07:44:49 +0100
@@ -5,6 +5,8 @@

 LIB=	smb
 SHLIB_MAJOR=	2
+DPADD=	${LIBKICONV}
+LDADD=	-lkiconv
 NO_MAN=

 SRCS=	rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-14  7:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-14  7:50 [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib/files: freebsd-lib-6.2-as-needed.patch Roy Marples (uberlord)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox