diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-03 00:49:04 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-03 00:49:04 +0000 |
commit | f7a8022a93e9b23904bf2e38302713b5d9af47b7 (patch) | |
tree | 3fffed6437c0229aea5cb1746e8cfacef8896818 /math/ised/files | |
parent | cause you need to commit from the port (diff) |
Corrected log for previous commit:
- Update to 2.4.2
- Remove now unneeded patches
Tested by: redports
Notes
Notes:
svn path=/head/; revision=326116
Diffstat (limited to 'math/ised/files')
-rw-r--r-- | math/ised/files/patch-src_base.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/math/ised/files/patch-src_base.h b/math/ised/files/patch-src_base.h deleted file mode 100644 index 42e34582ecde..000000000000 --- a/math/ised/files/patch-src_base.h +++ /dev/null @@ -1,21 +0,0 @@ ---- src/base.h.orig 2012-09-07 22:48:50.000000000 -0400 -+++ src/base.h 2012-09-07 22:50:59.000000000 -0400 -@@ -14,6 +14,7 @@ - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - **/ -+#include <stdint.h> - - #ifndef H_BASE - #define H_BASE -@@ -182,10 +183,6 @@ typedef long long itype; - #endif //__x86_64__ - #endif //TRAPOVERFLOWS - --#ifndef uint64_t --typedef unsigned long long uint64_t; //might not be right but close enough --#endif -- - //if we are on x86_64, we can do modular multiplication without overflow - #ifdef __x86_64__ - #if IVALUE==ILONG |