summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-03-06 06:20:41 +0000
committerAchim Gottinger <achim@gentoo.org>2001-03-06 06:20:41 +0000
commit3bec718764ff9ac07369bd757a46bef08e73b11f (patch)
tree575bcf9af303123f19cc3ea6ca71c66455f70ae6 /dev-libs/openssl
parentUpdates (diff)
downloadhistorical-3bec718764ff9ac07369bd757a46bef08e73b11f.tar.gz
historical-3bec718764ff9ac07369bd757a46bef08e73b11f.tar.bz2
historical-3bec718764ff9ac07369bd757a46bef08e73b11f.zip
Updates and forgotten files
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r--dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff33
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff b/dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff
new file mode 100644
index 000000000000..985d9b037aa7
--- /dev/null
+++ b/dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff
@@ -0,0 +1,33 @@
+--- Makefile.org.orig Wed Feb 28 01:43:52 2001
++++ Makefile.org Wed Feb 28 01:45:32 2001
+@@ -18,10 +18,10 @@
+ # 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/ssl
+
+ # Do not edit this manually. Use Configure --openssldir=DIR do change this!
+-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
+@@ -54,7 +54,7 @@
+
+ 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=$(CFLAGS) -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
+ DEPFLAG=
+ PEX_LIBS= -L. -L.. -L../.. -L../../..
+ EX_LIBS=
+@@ -170,7 +170,7 @@
+ MAKEFILE= Makefile.ssl
+ MAKE= make -f Makefile.ssl
+
+-MANDIR=$(OPENSSLDIR)/man
++MANDIR=$(OPENSSLDIR)/../share/man
+ MAN1=1
+ MAN3=3
+ SHELL=/bin/sh