1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/emulators/osmose/files/patch-PrecisionTimer.h
Alejandro Pulver 5650140fa4 - Add ONLY_FOR_ARCHS_REASON.
- Add USE_DOS2UNIX to avoid CR characters in patches.
- Remove FreeBSD 4.x support.
- Remove SDL fix for old non-standard location.
- Fix building with GCC 4.x [1].
- Respect CFLAGS and LDFLAGS.

Reported by:	pointyhat [1]
2007-04-08 03:11:22 +00:00

11 lines
472 B
C

--- ./PrecisionTimer.h.orig Sat Apr 7 19:48:42 2007
+++ ./PrecisionTimer.h Sat Apr 7 19:49:31 2007
@@ -81,6 +81,6 @@
unsigned long long tick_per_second; // Self explanatory.
unsigned long long T0; // Self explanatory.
unsigned long long T1; // Self explanatory.
- double PrecisionTimer::getOneShotDuration();
+ double getOneShotDuration();
};
#endif