diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-20 22:55:03 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-20 22:55:03 +0000 |
commit | 93078cfc32a1cbe957e343ed754316856c472e64 (patch) | |
tree | e50d4ed6a10d22683e9bef998c6980461f074783 /lang | |
parent | a6914ef7cc6079ea9794d76f8d864e91af703ea8 (diff) | |
download | pkgsrc-93078cfc32a1cbe957e343ed754316856c472e64.tar.gz |
patch-aa was supposed to be deleted for 1.0.6.
Pointed out by Dan MacMahill.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kaffe/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/kaffe/patches/patch-aa b/lang/kaffe/patches/patch-aa deleted file mode 100644 index 3023567c866..00000000000 --- a/lang/kaffe/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2000/09/13 16:53:57 wennmach Exp $ - -We need to add a #define since mpz_add is really only a macro expanding -to __gmpz_add. - ---- configure.orig Mon Oct 18 07:23:53 1999 -+++ configure Wed Sep 13 18:17:53 2000 -@@ -3434,6 +3434,7 @@ - cat > conftest.$ac_ext <<EOF - #line 3436 "configure" - #include "confdefs.h" -+#define mpz_add __gmpz_add - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ |