diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-10 01:52:55 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-10 01:52:55 +0000 |
commit | d90104b1ecadc3205e99443eee10708eb19f05bb (patch) | |
tree | 85c6ee6edf86fb853d4ad24ac97ab12820555ba0 /dev-libs | |
parent | *** empty log message *** (diff) | |
download | historical-d90104b1ecadc3205e99443eee10708eb19f05bb.tar.gz historical-d90104b1ecadc3205e99443eee10708eb19f05bb.tar.bz2 historical-d90104b1ecadc3205e99443eee10708eb19f05bb.zip |
Dependencie fixes, build most allways with -j1, missing digests and diffs
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/DirectFB/DirectFB-0.9.0.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/openssl/files/openssl-0.9.6a-Makefile.org-gentoo.diff | 37 |
2 files changed, 40 insertions, 2 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.0.ebuild b/dev-libs/DirectFB/DirectFB-0.9.0.ebuild index 73b017a99a3c..3160c341a82b 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.0.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.0.ebuild,v 1.2 2001/05/09 10:21:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.0.ebuild,v 1.3 2001/05/10 01:52:55 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,8 @@ DESCRIPTION="DirectFB is a thin library on top of the Linux fb devices" SRC_URI="http://www.directfb.org/download/${A}" HOMEPAGE="http://www.directfb.org" -DEPEND="virtual/glibc >=media-libs/freetype-2.0.1 >=media-libs/jpeg-6" +DEPEND="virtual/glibc >=media-libs/freetype-2.0.1 >=media-libs/jpeg-6 + >=media-libs/libpng-1.0.10" src_compile() { diff --git a/dev-libs/openssl/files/openssl-0.9.6a-Makefile.org-gentoo.diff b/dev-libs/openssl/files/openssl-0.9.6a-Makefile.org-gentoo.diff new file mode 100644 index 000000000000..102d9d985e50 --- /dev/null +++ b/dev-libs/openssl/files/openssl-0.9.6a-Makefile.org-gentoo.diff @@ -0,0 +1,37 @@ +--- Makefile.org.orig Thu Apr 26 15:39:41 2001 ++++ Makefile.org Thu Apr 26 15:42:30 2001 +@@ -19,10 +19,12 @@ + # for, say, /usr/ and yet have everything installed to /tmp/somedir/usr/. + # Normally it is left empty. + INSTALL_PREFIX= +-INSTALLTOP=/usr/local/ssl ++#INSTALLTOP=/usr/local/ssl ++INSTALLTOP=/usr/ssl + + # Do not edit this manually. Use Configure --openssldir=DIR do change this! +-OPENSSLDIR=/usr/local/ssl ++#OPENSSLDIR=/usr/local/ssl ++OPENSSLDIR=/usr/ssl + + # RSAref - Define if we are to link with RSAref. + # NO_IDEA - Define to build without the IDEA algorithm +@@ -55,7 +57,8 @@ + + CC= gcc + #CFLAG= -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized -DSHA1_ASM -DMD5_ASM -DRMD160_ASM +-CFLAG= -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM ++#CFLAG= -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM ++CFLAG=$(CFLAGS) -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM + DEPFLAG= + PEX_LIBS= + EX_LIBS= +@@ -169,7 +172,8 @@ + MAKEFILE= Makefile.ssl + MAKE= make -f Makefile.ssl + +-MANDIR=$(OPENSSLDIR)/man ++#MANDIR=$(OPENSSLDIR)/man ++MANDIR=$(OPENSSLDIR)/../share/man + MAN1=1 + MAN3=3 + SHELL=/bin/sh |