summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-05-10 11:47:15 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-05-10 11:47:15 +0000
commit073d38c4b8a960a77d69ce87869d489969e8027f (patch)
treeb0e8e5d6b56cccfaa54a3f42dbd59e56db4cb6cf /app-crypt/heimdal/files
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-073d38c4b8a960a77d69ce87869d489969e8027f.tar.gz
gentoo-2-073d38c4b8a960a77d69ce87869d489969e8027f.tar.bz2
gentoo-2-073d38c4b8a960a77d69ce87869d489969e8027f.zip
Version bump and closing #50253.
Diffstat (limited to 'app-crypt/heimdal/files')
-rw-r--r--app-crypt/heimdal/files/digest-heimdal-0.6.21
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/app-crypt/heimdal/files/digest-heimdal-0.6.2 b/app-crypt/heimdal/files/digest-heimdal-0.6.2
new file mode 100644
index 000000000000..d953a7dde6d8
--- /dev/null
+++ b/app-crypt/heimdal/files/digest-heimdal-0.6.2
@@ -0,0 +1 @@
+MD5 1938063cece4cdb695a0f787e776621c heimdal-0.6.2.tar.gz 3312948
diff --git a/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch b/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch
new file mode 100644
index 000000000000..ee01e34dcd18
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch
@@ -0,0 +1,12 @@
+--- lib/editline/Makefile.am 2004-05-10 09:27:21.442490749 +0000
++++ lib/editline/Makefile.am 2004-05-10 09:27:38.876209101 +0000
+@@ -47,6 +47,9 @@
+
+ EXTRA_DIST = $(man_MANS)
+
++$(libeditline_la_OBJECTS): %.lo: %.c
++ $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++
+ snprintf.c:
+ $(LN_S) $(srcdir)/../roken/snprintf.c .
+ strdup.c: