diff options
author | jtb <jtb> | 2001-01-29 06:53:28 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-01-29 06:53:28 +0000 |
commit | 79420f7f89b9dcfc546bb8de3f8f3b1467202d4c (patch) | |
tree | 985c09062cad17b358a06ea369e6f3140ece00fd /math | |
parent | 4e241f2d075df9fab2bb63536fe65041f90b0bf6 (diff) | |
download | pkgsrc-79420f7f89b9dcfc546bb8de3f8f3b1467202d4c.tar.gz |
Use GMP as the primary long integer package.
Diffstat (limited to 'math')
-rw-r--r-- | math/ntl/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/ntl/patches/patch-ab b/math/ntl/patches/patch-ab new file mode 100644 index 00000000000..60fb7863c16 --- /dev/null +++ b/math/ntl/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2001/01/29 06:53:28 jtb Exp $ + +--- ../include/NTL/config.h.orig Mon Jan 29 06:50:11 2001 ++++ ../include/NTL/config.h +@@ -71,7 +71,7 @@ + #endif + + +-#if 0 ++#if 1 + #define NTL_GMP_LIP + + /* |