aboutsummaryrefslogtreecommitdiffstats
path: root/science/gromacs/files
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-13 08:21:04 +0800
committermiwi <miwi@FreeBSD.org>2009-12-13 08:21:04 +0800
commit24241acd19de430a4c3e3a5f1650c8cb34222beb (patch)
tree944fa5ca41fec02e5229200f33a16b2404f03a81 /science/gromacs/files
parente476979f5dac13eb882934af3e68926e92ca62a1 (diff)
downloadfreebsd-ports-gnome-24241acd19de430a4c3e3a5f1650c8cb34222beb.tar.gz
freebsd-ports-gnome-24241acd19de430a4c3e3a5f1650c8cb34222beb.tar.zst
freebsd-ports-gnome-24241acd19de430a4c3e3a5f1650c8cb34222beb.zip
- Update to 4.0.7
PR: 141284 Submitted by: Florian Smeets <flo@kasimir.com> (maintainer)
Diffstat (limited to 'science/gromacs/files')
-rw-r--r--science/gromacs/files/patch-include__gmx_cyclecounter.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/gromacs/files/patch-include__gmx_cyclecounter.h b/science/gromacs/files/patch-include__gmx_cyclecounter.h
deleted file mode 100644
index 2af9cede4307..000000000000
--- a/science/gromacs/files/patch-include__gmx_cyclecounter.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./include/gmx_cyclecounter.h.orig 2009-03-31 13:25:55.036329291 +0200
-+++ ./include/gmx_cyclecounter.h 2009-03-31 13:26:11.504803886 +0200
-@@ -408,7 +408,7 @@
- static __inline__ gmx_cycles_t gmx_cycles_read(void)
- {
- /* gcc inline assembly on sparc v9 */
-- ticks ret;
-+ gmx_cycles_t ret;
- __asm__("rd %%tick, %0" : "=r" (ret));
- return ret;
- }