diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-12 10:12:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-12 10:12:19 +0000 |
commit | 5e374721eace566a57c7d4aa1f489d0743f9df7a (patch) | |
tree | eeeccbaeda06a3bf0b56bb91b2435ba8da2babe1 /sci-chemistry/rasmol/files/rasmol-2.7.5.2-longlong.patch | |
parent | Stable for amd64, wrt bug #542718 (diff) | |
download | historical-5e374721eace566a57c7d4aa1f489d0743f9df7a.tar.gz historical-5e374721eace566a57c7d4aa1f489d0743f9df7a.tar.bz2 historical-5e374721eace566a57c7d4aa1f489d0743f9df7a.zip |
Fix for format-security, #543032
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'sci-chemistry/rasmol/files/rasmol-2.7.5.2-longlong.patch')
-rw-r--r-- | sci-chemistry/rasmol/files/rasmol-2.7.5.2-longlong.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-chemistry/rasmol/files/rasmol-2.7.5.2-longlong.patch b/sci-chemistry/rasmol/files/rasmol-2.7.5.2-longlong.patch new file mode 100644 index 000000000000..3cff0fa2f98f --- /dev/null +++ b/sci-chemistry/rasmol/files/rasmol-2.7.5.2-longlong.patch @@ -0,0 +1,12 @@ +diff -urp rasmol-2.7.5-23Jul09/src/rasmol.h rasmol-2.7.5-23Jul09-64b/src/rasmol.h +--- rasmol-2.7.5-23Jul09/src/rasmol.h 2009-07-20 21:08:43.000000000 +0700 ++++ rasmol-2.7.5-23Jul09-64b/src/rasmol.h 2013-02-22 14:40:00.378574163 +0700 +@@ -125,6 +125,8 @@ + #define VECTOR_FAR + #endif + ++#define _LONGLONG ++ + /*========================*/ + /* Default User Options! */ + /*========================*/ |